Divider

Divider

The divider is just a horizontal line the divides content. This component also allows you to add text to the line.




Props


label string
If you add a label, text will show up nicely in the middle of the line.

Demo

TEXT IN THE MIDDLE
<script>
  import { Divider } from "bubbles-ui";
</script>

<Divider label="TEXT IN THE MIDDLE" />