platform-bible-react
    Preparing search index...

    Variable TabsListConst

    TabsList: ForwardRefExoticComponent<
        Omit<TabsListProps & RefAttributes<HTMLDivElement>, "ref"> & {
            className?: string;
        } & RefAttributes<HTMLDivElement>,
    > = ...

    Tabs components provide a set of layered sections of content—known as tab panels–that are displayed one at a time. These components are built on Radix UI primitives and styled with Shadcn UI. See Shadcn UI Documentation: https://ui.shadcn.com/docs/components/tabs See Radix UI Documentation: https://www.radix-ui.com/primitives/docs/components/tabs