Separator

Example

separator

Whenever you want to apply this style, you can use the corresponding token.

Usage in TailwindCSS

Whenever you want to apply this style to the block element, you can use the separator className.

<MyComponent className="separator" />

Usage in CSS

Whenever you want to apply this style to the block element, you can use the following variables.

.myClass {
  width: 100%;
  border-bottom: 1px solid var(--color-border-default);
}