You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…#69)
* feat(route): Add `Sidebar` examples with new API
Adds the following examples for `Sidebar`s:
- [x] Default sidebar
- [x] Multi-level dropdown
- [x] Content separator
- [x] CTA button
- [x] Logo branding
* test(component): Add stories for `Sidebar`, resolving #56
The `Sidebar` is not highly configurable at the root
component, but there are a number of ways to set up
the contents, so we added those examples.
* refactor(story): Fix dupe story name in `Sidebar`
* fix(route): Restore accurate `Sidebar` example markup
Creating a component to reuse the code between
`storybook` and the page caused the page to display
the shortcut component instead of the actual
component's code.
* refactor(route): Use `flowbite-react` components in `Sidebar` example
Is your feature request related to a problem? Please describe.
The sidebar page missing in the documentation
Describe the solution you'd like
Implement the Sidebar page
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: