MCPcopy Create free account
hub / github.com/untitleduico/react / ButtonGroupProps

Interface ButtonGroupProps

components/base/button-group/button-group.tsx:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87};
88
89interface ButtonGroupProps extends Omit<ToggleButtonGroupProps, "orientation">, RefAttributes<HTMLDivElement> {
90 size?: ButtonSize;
91 className?: string;
92}
93
94export const ButtonGroup = ({ children, size = "md", className, ...otherProps }: ButtonGroupProps) => {
95 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected