# `Noora.TextDivider`

A component for rendering a text divider.

## Example

```elixir
<.text_divider text="OR" />
<.text_divider text="Section 2" />
```

# `text_divider`

## Attributes

* `text` (`:string`) (required) - The text to display as the divider.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
