-
-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Theme: Button component #130
Labels
Comments
rluders
added
🚀 enhancement
New feature or request
good first issue
Good for newcomers
labels
May 17, 2022
Gimme this |
tulup-conner
added a commit
to tulup-conner/flowbite-react
that referenced
this issue
May 27, 2022
tulup-conner
added a commit
to tulup-conner/flowbite-react
that referenced
this issue
May 27, 2022
7 tasks
tulup-conner
added a commit
to tulup-conner/flowbite-react
that referenced
this issue
May 27, 2022
tulup-conner
added a commit
to tulup-conner/flowbite-react
that referenced
this issue
May 27, 2022
tulup-conner
added a commit
to tulup-conner/flowbite-react
that referenced
this issue
May 27, 2022
tulup-conner
added a commit
to tulup-conner/flowbite-react
that referenced
this issue
May 27, 2022
tulup-conner
added a commit
to tulup-conner/flowbite-react
that referenced
this issue
May 28, 2022
tulup-conner
added a commit
to tulup-conner/flowbite-react
that referenced
this issue
May 28, 2022
tulup-conner
added a commit
to tulup-conner/flowbite-react
that referenced
this issue
May 28, 2022
tulup-conner
added a commit
to tulup-conner/flowbite-react
that referenced
this issue
May 31, 2022
7 tasks
tulup-conner
added a commit
to tulup-conner/flowbite-react
that referenced
this issue
Jun 3, 2022
tulup-conner
added a commit
to tulup-conner/flowbite-react
that referenced
this issue
Jun 3, 2022
rluders
pushed a commit
that referenced
this issue
Jun 3, 2022
) * feature(type): Add theme for `Button`s * feature(component): Rewrite `Button`s to use themes, resolves #130 * test(component): Add numerous unit tests for `Button`s * test(helper): Update `mergeDeep` unit tests for real use cases Now that we are actually using `mergeDeep` for `<Flowbite theme={..}>`, I wanted to update this spec to more accurately reflect the use cases we need to solve. * feature(type): Add theme for `Button.Group`s * feature(component): Rewrite `Button.Group` to use theme * test(component): Add numerous unit tests for `Button.Group`s * refactor(type): Move `Button` style edge case to theme The combination of `outline={true}` and `color="gray"` triggers a set of special classes. So I set up the API like so: ```js outline: { base: '..', color: { gray: 'special case classes', ... any other special cases the user may need to accomodate }, .. } ```
Repository owner
moved this from In Progress
to Done
in Flowbite React Development
Jun 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Improve the theme support to the component (and subcomponents).
Describe the solution you'd like
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: