API Reference

PropTypeDefaultDescription
Items[]ItemnilFlat item list. Item: ID, Label, Href, Icon, Active, Disabled, Badge, nested Items.
Sections[]SectionnilGrouped sections, each with a Title and Items (use instead of, or with, Items).
SectionsTitlestring""Optional heading above the sections.
Logotempl.ComponentnilCustom logo content (overrides LogoText).
LogoTextstring""Text logo shown at the top.
LogoHrefstring""Link target for the logo.
ShowSearchboolfalseRender a search input below the logo.
SearchPlaceholderstring""Placeholder for the search input.
SearchSlottempl.ComponentnilCustom search-area content.
FooterSlottempl.ComponentnilContent pinned to the bottom of the sidebar.
RootClassstring""Extra classes on the nav.
OverlayConfig.SidebarConfigConfig{}Sidebar configuration rendered inside the off-canvas panel.
OverlayConfig.IDstring""Panel id prefix and Alpine state source.
OverlayConfig.Triggertempl.ComponentnilCustom trigger contents.
OverlayConfig.TriggerLabelstring"Open sidebar"Accessible trigger label.
OverlayConfig.RootClassstring""Extra classes on the overlay root.
OverlayConfig.TriggerClassstring""Extra classes on the trigger button.
OverlayConfig.BackdropPositionClassstring"fixed inset-0"Backdrop positioning classes.
OverlayConfig.BackdropClassstring""Extra classes on the backdrop.
OverlayConfig.PanelPositionClassstring"fixed inset-y-0 left-0"Panel positioning classes.
OverlayConfig.PanelWidthClassstring"w-72"Panel width classes.
OverlayConfig.PanelClassstring""Extra classes on the panel wrapper.