Hiyve Components - v1.0.0
    Preparing search index...

    Interface SidebarStyles

    Styles for sidebar

    interface SidebarStyles {
        borderRadius: number;
        borderWidth: number;
        defaultWidth: number;
        headerHeight: number;
        maxWidth: string | number;
        minWidth: number;
        tabHeight: number;
        tabLabelsInlineMinWidth: number;
        tabLabelsMinWidth: number;
    }
    Index

    Properties

    borderRadius: number

    Border radius

    borderWidth: number

    Border width

    defaultWidth: number

    Default width in pixels

    headerHeight: number

    Header height (if showHeader is true)

    maxWidth: string | number

    Maximum width for resizable. Accepts pixels (number) or CSS string like '75vw'.

    minWidth: number

    Minimum width in pixels (for resizable)

    tabHeight: number

    Tab height

    tabLabelsInlineMinWidth: number

    Minimum width to show tab labels beside icons (inline). Between this and tabLabelsMinWidth, labels are stacked below icons.

    tabLabelsMinWidth: number

    Minimum width to show tab labels below icons (stacked). Below this, icons only.