flexycakes
    Preparing search index...

    Interface ITabSetRenderValues

    interface ITabSetRenderValues {
        buttons: ReactNode[];
        leading: ReactNode;
        overflowPosition: undefined | number;
        stickyButtons: ReactNode[];
    }
    Index

    Properties

    buttons: ReactNode[]

    components that will be added at the end of the tabset

    leading: ReactNode

    a component to be placed before the tabs

    overflowPosition: undefined | number

    position to insert overflow button within [...stickyButtons, ...buttons] if left undefined position will be after the sticky buttons (if any)

    stickyButtons: ReactNode[]

    components that will be added after the tabs