MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / Box

Function Box

packages/jsx/src/components.ts:195–198  ·  view source on GitHub ↗
(props: BoxJsxProps)

Source from the content-addressed store, hash-verified

193}
194
195export function Box(props: BoxJsxProps): VNode {
196 const { children, key, ...rest } = props;
197 return ui.box(withOptionalKey<BoxProps>(rest, key), normalizeContainerChildren(children));
198}
199
200export function Row(props: RowJsxProps): VNode {
201 const { children, key, ...rest } = props;

Callers

nothing calls this directly

Calls 2

withOptionalKeyFunction · 0.85

Tested by

no test coverage detected