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

Function button

packages/core/src/runtime/__tests__/focus.persistence.test.ts:23–25  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

21}
22
23function button(id: string): VNode {
24 return { kind: "button", props: { id, label: id } };
25}
26
27function text(value: string): VNode {
28 return { kind: "text", text: value, props: {} };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected