platform-bible-react
    Preparing search index...

    Function ToggleGroup

    • 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: (
            (ToggleGroupSingleProps | ToggleGroupMultipleProps) & RefAttributes<HTMLDivElement>
        ) & VariantProps<
            (
                props?: (ConfigVariants<{ variant: { default: string; outline: string; }; size: { default: string; sm: string; lg: string; }; }> & ClassProp) | undefined,
            ) => string,
        > & { orientation?: "horizontal" | "vertical"; spacing?: number }

      Returns Element