platform-bible-react
    Preparing search index...

    Function ToggleGroupItem

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

      Parameters

      • __namedParameters: ToggleGroupItemProps & RefAttributes<HTMLButtonElement> & VariantProps<
            (
                props?: ConfigVariants<{ variant: { default: string; outline: string; }; size: { default: string; sm: string; lg: string; }; }> & ClassProp,
            ) => string,
        >

      Returns Element