Moul UIBeta
Components

Separator

Documentation for the Separator component.

React Aria

Separator

Preview

Blog
Docs
Source

The Separator component is built with React Aria and styled using StyleX.

Import

import { Separator } from '@moul-dev/ui';

Usage

Here is a basic example of how to use the Separator component:

import { Separator } from '@moul-dev/ui';

export default function Example() {
  return (
    <Separator>
      {/* Component content */}
    </Separator>
  );
}

Props

Separator Props

Prop

Type

Default className: react-aria-Separator

On this page