@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    A collapsible group of navigation items.

    <ui-sidebar-group label="Settings" [icon]="UIIcons.Lucide.Account.Settings">
    <ui-sidebar-item label="General" />
    <ui-sidebar-item label="Security" />
    </ui-sidebar-group>
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    expanded: ModelSignal<boolean> = ...

    Whether the group is expanded. Supports two-way binding.

    icon: InputSignal<string> = ...

    Optional icon SVG content from the UIIcons registry.

    label: InputSignal<string> = ...

    Display label for the group header.

    Methods

    • Toggle the expanded state.

      Returns void