CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...

    Props for TabContainer component

    interface TabContainerProps {
        tabs: Tab[];
        initialTab?: string;
        onChange?: (tabId: string) => void;
        className?: string;
        testId?: string;
    }
    Index

    Properties

    tabs: Tab[]

    Array of tabs to render

    initialTab?: string

    Initial active tab ID (defaults to first tab)

    onChange?: (tabId: string) => void

    Callback when tab changes

    className?: string

    Optional CSS class for additional styling

    testId?: string

    Test ID for testing purposes