Me & u
- Dropdown Menu
- Tabs
- Content Switcher
- Hamburger Menu
The dropdown container lets you build any dropdown menu quickly. It only requires a trigger element (such as a button or icon) and the content to be displayed inside the dropdown.
New Tab
More Tools
Settings
svelte
Loading...Example: User Menu
Profile
Logout
svelte
Loading...Tabs allows you to create a tabbed interface for organizing content into separate views. Users can navigate between different sections of content without leaving the page.
Snippet name should be same as key
svelte
Loading...This is a minimal Layout used for switching content or pages. Explore Advanced Layout
Each clicked menu item opens the attached route or content. To switch between pages,
place it in +layout.svelte and use an onclick action to navigate to the page.
I am Files
svelte
Loading...The HamburgerMenu component provides a responsive navigation menu that can be toggled open and closed. It is commonly used in mobile and responsive web design to save space and provide a clean user interface.
svelte
Loading...Edit Page