Quote
llms.txtExample
"Two things are infinite, the universe and the number of javascript frameworks, and I am not yet completely sure about the universe."
Albert Einstein
Scientist
Usage
<Quote quote="Two things are infinite, the universe and the number of javascript frameworks, and I am not yet completely sure about the universe." author={{ name: 'Albert Einstein', role: 'Scientist', src: './einstein.png' }} useThemeColor />
API Reference
Quote
A styled blockquote with optional author avatar and attribution.
Property Type Description
quote
string
The quote text. Default: —
author
object
The author information including avatar and name. Default: —
useThemeColor
boolean
Whether to apply theme color styling to the author avatar. Default:
falseclass
string
Additional CSS classes to apply. Default: —
ref $bindable
HTMLDivElement
The underlying DOM element. Default: —
Property
quote
author
useThemeColor
class
ref