Suppers Software Logo
HomeUI Components
ButtonDropdownLoginButtonModalSearchButtonSearchModalSwapThemeController
AccordionAvatarBadgeCardCarouselChat BubbleCollapseCountdownDiffKbdLogoStatTableTimelineUserInfo
BreadcrumbsDockLinkMenuNavbarPaginationSidebarStepsTabsUserProfileDropdown
CheckboxColorInputDateInputDatetimeInputEmailInputFile InputInputNumberInputPasswordInputRadioRangeRatingSelectTextareaTimeInputToggle
ArtboardDividerDrawerFooterHeroIndicatorJoinMaskStack
AlertLoadingProgressRadial ProgressSkeletonToastTooltip
BrowserCodePhoneWindow

Menu

Vertical navigation menu

  • Home
  • Components

Basic Menu

Simple vertical menu with navigation items

  • Dashboard
  • Projects
  • Team
  • Settings
Show Code

Menu with Icons

Menu items with icon elements

  • 🏠 Dashboard
  • 📊 Projects
  • 👥 Team
  • ⚙️ Settings
Show Code

Collapsible Menu

Menu with expandable sections

  • 📁 Projects
    • Website Redesign
    • Mobile App
    • API Integration
  • 👥 Team
    • Developers
    • Designers
    • Managers
Show Code

Bordered Menu

Menu with border styling

  • Home
  • About
  • Services
  • Contact
Show Code

Responsive Horizontal Menu

Menu that adapts to horizontal layout on larger screens

  • Dashboard
  • Analytics
  • Reports
  • Settings
Show Code

API Props

PropTypeRequiredDefaultDescription
items*{ label: string; href?: ZodOptional; active?: ZodDefault; disabled?: ZodDefault; children?: ZodOptional }[]Yes-Array of menu items with optional nested structure
Examples: [{ label: "Home", href: "/", active: true }, { label: "About", href: "/about" }], [{ label: "Products", children: [{ label: "Web Apps", href: "/web" }] }]
Since: 1.0.0
childrenanyNo-Component content
classstringNo-Additional CSS classes
compactbooleanNofalseUse compact spacing for menu items
horizontalbooleanNofalseDisplay menu horizontally instead of vertically
idstringNo-HTML id attribute
size'xs' | 'sm' | 'md' | 'lg' | 'xl'No"md"Component size
Components
UI LibraryBrowse AllGetting Started
Builder
Generate AppTemplatesAPI Reference
Resources
DocumentationDenodaisyUI

© 2025 Suppers Software Limited. Built with Deno, Fresh, Preact & DaisyUI.