platform-bible-react
    Preparing search index...

    Variable ToggleGroupItemConst

    ToggleGroupItem: ForwardRefExoticComponent<
        Omit<ToggleGroupItemProps & RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<
            (
                props?: ConfigVariants<{ variant: { default: string; outline: string; }; size: { default: string; sm: string; lg: string; }; }> & ClassProp,
            ) => string,
        > & RefAttributes<HTMLButtonElement>,
    > = ...

    ToggleGroup components provide a set of two-state buttons that can be toggled on or off. These components are built on Radix UI primitives and styled with Shadcn UI. See Shadcn UI Documentation: https://ui.shadcn.com/docs/components/toggle-group See Radix UI Documentation: https://www.radix-ui.com/primitives/docs/components/toggle-group