Divider
The most basic horizontal rule, the hr
tag.
The element should only return node type value.
ℹ️
Node Type Value is anything that can be rendered: numbers, strings, elements or an array.
Pre-Defined Syntax
blocks: {
divider: (key) => <hr key={key} />,
}