Skip to content

Components

Divider

It's just an <hr>.

This text is placed over
This text is placed under
html
<hr>

Installation

css
@layer components.base {
  :where(hr) {
    background-color: var(--border-color);
    block-size: var(--border-size-1);
    margin-block: var(--size-fluid-3);
  }
}