1 viewer
Component · Layout
Divider
Visual separator between sections. Variants: line, dots, space.
- Category
- Layout
- Slots
- 1
- States
- 0
- Writer
- Shared
Preview
<Container> <Text text="Content preceding divider" /> <Divider /> <Text text="Content following divider" /> </Container>
Anatomy
The named parts of the rendered markup. Recipes style these hooks, and every renderer keeps them stable.
| Slot | DOM class |
|---|---|
| root | .cre8-divider |
States and platforms
The states the contract publishes, the platforms it declares, and the style recipes that dress it.
States
Platforms
Recipes
Renderers
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.
| Target | Renderer | Status |
|---|---|---|
| web | react | experimental |
Accessibility
A visual separator using role=separator for semantic meaning.
- Uses role=separator for assistive technology.
- Optional label text is readable.
- Space variant provides visual separation without a visible line.