v14.0.2


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 />;
};

tsx

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.


Created by Wonderflow Design Team for Wonderflow.

© Wonderflow 2024