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

    Interface SidebarLabels

    Labels for sidebar (i18n support)

    interface SidebarLabels {
        collapse: string;
        expand: string;
        resizeHandle: string;
        sidebarAriaLabel: string;
        tabsAriaLabel: string;
    }
    Index

    Properties

    collapse: string

    Label for collapse button

    expand: string

    Label for expand button

    resizeHandle: string

    Label for resize handle

    sidebarAriaLabel: string

    Aria label for the sidebar

    tabsAriaLabel: string

    Aria label for tabs