1 viewer
Back to Components
Component · Layout

Page

Top-level document landmark for a runtime-rendered view.

Category
Layout
Slots
4
States
0
Writer
Shared
cre8.primitive.page

Preview

Live renderShared SSR + WASM writers

Operational Workflows

Top-level landmark layout containing modular sections and cards.
<Page id="preview-page" variant="workspace">
  <Section title="Operational Workflows">
    <Text
      text="Top-level landmark layout containing modular sections and cards."
    />
  </Section>
</Page>

Anatomy

The named parts of the rendered markup. Recipes style these hooks, and every renderer keeps them stable.

SlotDOM class
root.primitive-page
header.primitive-page__header
title.primitive-page__title
body—
4 rows

States and platforms

The states the contract publishes, the platforms it declares, and the style recipes that dress it.

States
No published states
Platforms
webnativeruntime-node
Recipes
unstyledruntime-console

Renderers

Shared writer
Page renders through the one writer the server and the WASM DOM share, so both emit the same markup.

Every tag in the example above renders through a shared writer.

Declared adapters. A status is the manifest's declaration, not a measured parity result.

TargetRendererStatus
webreactexperimental
runtime-nodeview-nodeready
ssrhtml-semanticready
terminalterminal-layoutplanned
nativenative-adapterexperimental
5 rows

Accessibility

Creates the main page structure for a view.

  • Use a single primary heading when a title is supplied.