Menus

Me & u

  1. Dropdown Menu
  2. 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.

    svelte
    Loading...

    Example: User Menu

    svelte
    Loading...
  3. Tabs
  4. 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...
  5. Content Switcher
  6. 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...
  7. Hamburger Menu
  8. 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

Last Updated: -

© 2026 @sierra-95/svelte-scaffold. All rights reserved.