Skip to content

Divider

A divider component used to separate content.

Importing

ts
import "@tapsioss/web-components/divider";
ts
import { Divider } from "@tapsioss/react-components/Divider";

Component Usage

html
<tapsi-divider></tapsi-divider>
tsx
<Divider />

Properties

NameDescriptionTypeDefault Value
variantThe thickness of the divider."thin" | "medium" | "thick""thin"