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

Function Body

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected