layout/@mihcm/ui·v0.21.0·stable
Separator
Visual divider. decorative (default) is hidden from screen readers; pass decorative={false} for semantic boundaries.
Live preview
Adjust the controls on the right; the preview and code update in real time.
example.tsxtsx
import { Separator } from '@mihcm/ui/Separator';
export function Example() {
return (
<Separator
orientation="horizontal"
decorative
></Separator>
);
}Install
Both paths are valid. CLI ships the source into your repo (you own it). Install pins via npm.
npx @mihcm/cli add SeparatorCopies the source into
components/ds/Separator.tsx. You own the file. Use --out to override the directory or --force to overwrite.