platform-bible-react
    Preparing search index...

    Function ButtonGroup

    • Groups a set of buttons (or other form controls) with shared borders and rounded corners, making them appear as a single cohesive unit. Use orientation to switch between horizontal (default) and vertical layouts.

      Parameters

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

      Returns Element