MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / ButtonGroup

Function ButtonGroup

apps/web/ui/ButtonGroup/index.tsx:10–12  ·  view source on GitHub ↗
({ className, children }: Props)

Source from the content-addressed store, hash-verified

8}
9
10export default function ButtonGroup({ className, children }: Props) {
11 return <div className={classNames(styles.group, className)}>{children}</div>;
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected