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

Function VStack

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

Source from the content-addressed store, hash-verified

8 };
9
10export const VStack: FC<Props> = ({ className, alignHorizontal, alignVertical, ...props }) => (
11 <div className={variants({ alignHorizontal, alignVertical, class: className })} {...props} />
12);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected