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

Function Form

packages/jsx/src/components.ts:273–276  ·  view source on GitHub ↗
(props: FormJsxProps)

Source from the content-addressed store, hash-verified

271}
272
273export function Form(props: FormJsxProps): VNode {
274 const { children, key, ...rest } = props;
275 return ui.form(withOptionalKey<FormOptions>(rest, key), normalizeContainerChildren(children));
276}
277
278export function Actions(props: ActionsJsxProps): VNode {
279 const { children, key, ...rest } = props;

Callers

nothing calls this directly

Calls 2

withOptionalKeyFunction · 0.85

Tested by

no test coverage detected