kobaltedev / kobalte

A UI toolkit for building accessible web apps and design systems with SolidJS.
https://kobalte.dev
MIT License
1.2k stars 61 forks source link

When is the menu component exported? #410

Closed bytegolang closed 3 months ago

bytegolang commented 3 months ago

If I implement a sidebar, what components do I need to use to support expansion and collapse?

jer3m01 commented 3 months ago

For sidebars that appear as a popup use a Dialog (example here) (docs).

For sidebars that are always visible but expand/collapse use a Collapsible (docs).