Components

separator

A quiet rule that fades to transparent at both ends, so it never cuts a hard edge into the layout.

Both ends fade to nothing,

so the rule never cuts a hard edge.

A chip label can sit at the center.

Install

Copies the component source — plus its small internal deps — into your project. You own the code from the first minute.

terminal
npx lumora-ui@latest add separator

Import

Using the workspace package instead? Deep imports keep cold starts lean; the barrel is fully tree-shakable either way.

app/page.tsx
import {  } from "@lumora/ui/components/separator";
// or from the barrel:
import {  } from "@lumora/ui";

Props worth knowing

Props extend the natural HTML element, so className, event handlers, and aria attributes pass straight through.