-
-
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: Sidebar component #143
Labels
Comments
rluders
added
🚀 enhancement
New feature or request
good first issue
Good for newcomers
labels
May 17, 2022
tulup-conner
added a commit
to tulup-conner/flowbite-react
that referenced
this issue
Jun 6, 2022
3 tasks
tulup-conner
added a commit
to tulup-conner/flowbite-react
that referenced
this issue
Jun 6, 2022
tulup-conner
added a commit
to tulup-conner/flowbite-react
that referenced
this issue
Jun 6, 2022
3 tasks
tulup-conner
added a commit
to tulup-conner/flowbite-react
that referenced
this issue
Jun 8, 2022
rluders
pushed a commit
that referenced
this issue
Jun 8, 2022
* feat(type): Add `Sidebar` to `FlowbiteTheme` ```js sidebar: { base: string; collapsed: FlowbiteBoolean; inner: string; collapse: { button: string; icon: { base: string; open: FlowbiteBoolean; }; label: { base: string; icon: string; }; list: string; }; cta: { base: string; color: SidebarCTAColors; }; item: { active: FlowbiteBoolean; base: string; collapsed: { insideCollapse: string; }; content: { base: string; collapsed: string; }; icon: { base: string; active: string; }; }; items: string; itemGroup: string; logo: { base: string; collapsed: FlowbiteBoolean; img: string; }; }; ``` * feat(component): Use `FlowbiteTheme` in `Sidebar`s, resolves #143 * test(component): Add theme unit tests for `Sidebar`s * fix(docs): Remove `import flowbite` from docs This is deprecated behavior. * fix(docs): Add `Sidebar` theme for docs examples The `Sidebar` examples need a non-standard background color.
Repository owner
moved this from In Progress
to Done
in Flowbite React Development
Jun 8, 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: