flexycakes
    Preparing search index...

    Interface ITabRenderValues

    interface ITabRenderValues {
        buttons: ReactNode[];
        content: ReactNode;
        leading: ReactNode;
    }
    Index

    Properties

    buttons: ReactNode[]

    a set of react components to add to the tab after the content

    content: ReactNode

    the main tab text/component

    leading: ReactNode

    the icon or other leading component