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

    A single navigation item in the sidebar.

    <ui-sidebar-item label="Dashboard" [icon]="UIIcons.Lucide.Layout.LayoutDashboard" [active]="true" />
    
    Index

    Constructors

    Properties

    activated: OutputEmitterRef<void> = ...

    Emitted when the item is activated by the user.

    active: InputSignal<boolean> = ...

    Whether this item is currently active / selected.

    badge: InputSignal<string> = ...

    Optional trailing badge text (e.g. a count).

    disabled: InputSignal<boolean> = ...

    Whether this item is disabled.

    icon: InputSignal<string> = ...

    Optional icon SVG content from the UIIcons registry.

    label: InputSignal<string> = ...

    Display label for this navigation item.