Docs
Separator

Separator

Separator component is a versatile element used to visually or semantically separate content within a user interface. It provides a clear and distinct division between sections, enhancing the overall readability and organization of the content. Separators are commonly employed to create visual breaks, improve hierarchy, or delineate different parts of a webpage or application. Whether used for decorative purposes or to convey a specific meaning, the Separator component contributes to a well-structured and visually appealing user experience.

Radix Primitives

An open-source UI component library.

Blog
Docs
Source

Installation

yarn add @camped-ui/separator

Usage

import { Separator } from "@camped-ui/separator";
<Separator />