Prose
llms.txtExample
Prose
Prose is a component that renders html tags with automatic styles applied.
It is useful for rendering markdown content.
This is a link: Google
Usage
<Prose> <h1>Prose</h1> <p>Prose is a component</p> </Prose>
API Reference
Prose
A wrapper that applies Tailwind Typography styles to its content for rendering rich text.
Property Type Description
size
enum
The typography size scale. Default:
'default'children required
Snippet
The content to apply typography styles to.
class
string
Additional CSS classes to apply. Default: —
ref $bindable
HTMLDivElement
The underlying DOM element. Default: —
Property
size
children
class
ref