Documentation - v19.2.0-dev
    Preparing search index...
    interface TabViewProps {
        defaultTabIndex?: number;
        overrideTabContent?: FunctionComponent<{}>;
        overrideTitleContent?: FunctionComponent<{}>;
        sx?: { content?: SxProps; root?: SxProps };
        tabs?: TabViewItem[];
    }
    Index

    Properties

    defaultTabIndex?: number
    overrideTabContent?: FunctionComponent<{}>

    If given, replaces the content of any selected tab by the given content.

    overrideTitleContent?: FunctionComponent<{}>
    sx?: { content?: SxProps; root?: SxProps }
    tabs?: TabViewItem[]