Laravel Prose Component
Free · MITTypographic defaults for long-form content whose markup you do not control.
A Prose built for the TALL stack — Blade, Livewire 3 & 4, Alpine.js and Tailwind CSS 4.
Server-rendered by default and dark-mode ready. Aura's solid-background and border colours are
contrast-tested against WCAG 2.1 AA/UI in CI, in both themes —
see what's covered.
Drop it in with a single Blade tag:
<x-aura::prose>
Installation
composer require bluestarsystem/aura-ui
Usage
<x-aura::prose>
{!! $post->rendered_content !!}
</x-aura::prose>
See the full API, props and live examples in the Prose documentation.
Overview
<x-aura::prose> styles a block of rendered HTML — a Markdown post, a stored description, output from an editor — where you cannot put a class on each element.
The rules follow the Aura theme, so headings, lists, quotes and code inside it match the rest of the interface instead of a plugin's own scale.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
size |
string |
'base' |
sm, base, lg. |
See more examples and every variant in the Prose documentation.