MCPcopy Create free account
hub / github.com/composify-js/composify / Button

Function Button

packages/react/src/ui/Button/Button.tsx:12–14  ·  view source on GitHub ↗
({ className, variant, size, ...props })

Source from the content-addressed store, hash-verified

10const variants = createVariants(styles);
11
12export const Button: FC<Props> = ({ className, variant, size, ...props }) => (
13 <button className={variants('button', { className, variant, size })} {...props} />
14);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected