Coming from Orbiter, you should be aware of the following changes:
Childrenis not supported.
A divider separates sections of content or groups.
A divider can have two orientations: horizontal or vertical.
The inline style for the element.
The CSS className for the element.
Overrides the default DOM element with a custom render function. This allows rendering existing components with built-in styles and behaviors such as router links, animation libraries, and pre-styled components.
Requirements:
<button> is expected, you cannot render an
<a>).The orientation of the separator.
The HTML element type that will be used to render the separator.
A slot name for the component. Slots allow the component to receive props from a parent
component. An explicit null value indicates that the local props completely override all
props received from a parent.
The element's unique identifier. See MDN.
Defines a string value that labels the current element.
Identifies the element (or elements) that labels the current element.
Identifies the element (or elements) that describes the object.
Identifies the element (or elements) that provide a detailed, extended description for the object.
Coming from Orbiter, you should be aware of the following changes:
Children is not supported.