Border

Divide Style

Utilities for controlling the border style between elements.

Basic usage

Set the divide style

Control the border style between elements using the divide-{style} utilities.

01
02
03
<div className="divide-y **divide-dashed**">
  <div>01</div>
  <div>02</div>
  <div>03</div>
</div>