Guaxu Docs
    Preparing search index...

    Interface TabItemProps

    interface TabItemProps {
        children: ReactNode;
        icon?: Omit<IconProps, "color">;
        id: string;
    }
    Index

    Properties

    Properties

    children: ReactNode
    icon?: Omit<IconProps, "color">

    Optional icon displayed alongside the tab label.

    id: string

    Unique identifier for the tab. Must match the corresponding TabPanel id.