Divider

A divider is a thin line that groups content in lists and layouts.

Basic usage

By default the Divider is horizontal:


<Divider />

Vertical

Also, you could add orientation="vertical" prop to Divider:


<div class="h-10">
  <Divider orientation="vertical" />
</div>

Released under the MIT License.

Copyright © 2023-PRESENT Carlos Paludetto and Solid Material contributors