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
Name | Description | Type | Default Value |
---|---|---|---|
variant | The thickness of the divider. | "thin" | "medium" | "thick" | "thin" |