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

Function Body

examples/nextjs/components/Body/Body.tsx:27–27  ·  view source on GitHub ↗
({ size, align, ...props })

Source from the content-addressed store, hash-verified

25type Props = PropsWithChildren<VariantProps<typeof variants>>;
26
27export const Body: FC<Props> = ({ size, align, ...props }) => <p className={variants({ size, align })} {...props} />;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected