layouts
Separator
Visual separation of content
Features
- Fill the available space by default
- Themes ready
Anatomy
import { Separator } from "@wonderflow/react-components";
export default () => {
return <Separator />;
};
Accessibility
Adheres to the separator
role requirements.
The separator renders a hr element. If you are just adding visual separation and not a content-related separation you must add aria-hidden attribute.