platform-bible-react
    Preparing search index...

    Function TabsList

    • 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.

      Parameters

      • __namedParameters: TabsListProps & RefAttributes<HTMLDivElement> & VariantProps<
            (
                props?: ConfigVariants<{ variant: { default: string; line: string; }; }> & ClassProp,
            ) => string,
        >

      Returns Element