Gaia and its docs are under construction. It's releasing soon!

Separator

The seperator tag is a simple tag that renders a visual horizontal separator.

Basic usage

{{ partial:components/seperator margin="lg" }}

Custom margin

To customize the margin, you can pass a custom tailwind margin value to the margin parameter.

{{ partial:components/seperator margin="my-32" }}

Separator text

To add a separator text, you can pass a custom text to the separator parameter.

{{ partial:components/seperator margin="lg" separator="or" }}