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

Function HStack

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

Source from the content-addressed store, hash-verified

8 VariantProps<typeof variants>;
9
10export const HStack: 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