platform-bible-react
    Preparing search index...

    Function ButtonGroup

    • ButtonGroup groups multiple buttons together with merged borders and consistent sizing, making them appear as a single cohesive unit. Use orientation to switch between horizontal (default) and vertical layouts. Built and styled with Shadcn UI.

      Parameters

      • __namedParameters: ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & VariantProps<
            (
                props?: ConfigVariants<{ orientation: { horizontal: string; vertical: string; }; }> & ClassProp,
            ) => string,
        >

      Returns Element