eds-block-break
See It in Use with Code
Check out this practical implementation of component.
Directly in HTML
In React
Overview
EdsBlockBreak is a divider component designed to render a horizontal line that separates content visually.
Properties
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
inverse | inverse | Whether to use the inverse break style | boolean | false |
Dependencies
Used by
- eds-fullscreen-menu
- gradient-secondary-palette
Graph
graph TD; eds-fullscreen-menu --> eds-block-break gradient-secondary-palette --> eds-block-break style eds-block-break fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS