Separator
Separator is a Chord layout component built from Base UI primitives and project tokens.
Separator
Documents
Recent activity
import Separator from "@/components/public/Separator";<div className="flex flex-col gap-2"> <p>Above the line</p> <Separator /> <p>Below the line</p></div>