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
Currently, the Sidebar example only has a preview but no code or usage examples. The sidebar has dozens of components which aren't clear on how they should be assembled.
For example, a <SidebarProvider> is needed to wrap the entire component, <SidebarContent> is for the content beside the sidebar as opposed to inside the it, etc. All of these things should be documented but even just showing the code for the example would clarify most of it.
I would happily create a PR that updates the docs if I could figure out how the component previews are generated.
Additional information
I intend to submit a PR for this feature.
I have already implemented and/or tested this feature.
The text was updated successfully, but these errors were encountered:
Describe the feature
Currently, the Sidebar example only has a preview but no code or usage examples. The sidebar has dozens of components which aren't clear on how they should be assembled.
For example, a
<SidebarProvider>
is needed to wrap the entire component,<SidebarContent>
is for the content beside the sidebar as opposed to inside the it, etc. All of these things should be documented but even just showing the code for the example would clarify most of it.I would happily create a PR that updates the docs if I could figure out how the component previews are generated.
Additional information
The text was updated successfully, but these errors were encountered: