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

Function Caption

packages/docs/src/ui-system/Caption/Caption.tsx:10–12  ·  view source on GitHub ↗
({ className, align, ...props })

Source from the content-addressed store, hash-verified

8 VariantProps<typeof variants>;
9
10export const Caption: FC<Props> = ({ className, align, ...props }) => (
11 <small className={variants({ className, align })} {...props} />
12);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected