Import
import { Text } from '@cerberus/react'Usage
Loading example...
Raw HTML
To render raw HTML, you can utilize the React dangerouslySetInnerHTML combined with the whiteSpace property.
Loading example...
API
Props
The Text component accepts the following props along with the props from the Box component.
| Name | Default | Description |
|---|---|---|
as | The text-based element to render the component as. |