Components
Separator
Visually or semantically separates content.
Murasaki
A React 19 + Vite desktop framework.
Blog
Docs
Source
Usage
import { Separator } from "@murasakijs/ui";<Separator />API Reference
Props
| Prop | Type | Default |
|---|---|---|
orientation | "horizontal" | "vertical" | "horizontal" |
decorative | boolean | true |
Separator uses React Aria's separator semantics. When decorative is true
it's hidden from assistive technology (purely
visual); set it to false if the separator is semantically meaningful.