ConcretePressureTypeScript
const signal = concreteSignalSchema.parse("terminal")Default
TypeScript code block with inline code.
/render stateMono code block and inline code treatment.
Code should remain compact and inspectable. Use blocks for excerpts and InlineCode only for short identifiers inside prose.
ConcretePressureconst signal = concreteSignalSchema.parse("terminal")Controls update query params directly, so every primitive state can be linked, rendered, and screenshotted deterministically.
Every state maps to the same render route through the `state` query param.
ConcretePressureconst signal = concreteSignalSchema.parse("terminal")TypeScript code block with inline code.
/render state<button class="concrete-button">Run</button>HTML tokenizer hint.
/render stateConcretePressure to document composition mode.Inline code in prose rhythm.
/render state| Name | Type | Default | Description |
|---|---|---|---|
code * | string | - | CodeBlock source text. |
language | string | TypeScript | Header label and syntax tokenizer hint. |
showLineNumbers | boolean | true | Renders the numeric gutter. |
copyLabel | ReactNode | Copy | Copy button label. |
children | ReactNode | - | InlineCode text content. |