Content
Prose content wrapper for rich text areas.
Basic content
Getting Started
Welcome to Lui. This is a rich text content area that supports full HTML.
- Install the package
- Import the CSS tokens
- Use the components
tsx
<Content html="<h2>Getting Started</h2><p>Welcome to Lui.</p>..." />With custom class
A simple paragraph wrapped in the content component.
tsx
<Content html="<p>A simple paragraph.</p>" class="content--compact" />