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

    A themed, tabbed code viewer for examples that need separate panes for markup, TypeScript, styles, or other implementation slices.

    The component intentionally renders plain escaped code rather than a syntax-highlighting pipeline so it stays light-weight and follows the workspace's existing theme tokens.

    Index

    Constructors

    Properties

    Constructors

    Properties

    ariaLabel: InputSignal<string> = ...

    Accessible label forwarded to the underlying tab group.

    emptyMessage: InputSignal<string> = ...

    Message shown when no non-empty panes are available.

    tabs: InputSignal<readonly UISourceTab[]> = ...

    Ordered source panes to display. Empty code panes are hidden.