quote
Quote
Someone else's sentence, with a name under it. Your own caveat is Callout.
attributed
by is the name. source is muted after it. No frame title.
A thousand barely audible voices all singing in tune.
MDX
```
+----------------------------------------------------------+
| |
| “ A thousand barely audible voices all singing in tune. |
| |
| — Paul Graham Taste for Makers |
| |
+----------------------------------------------------------+
```install
command
titled
Pass title when the quote belongs to a section.
Good design is as little design as possible.
MDX
```
+----------------- [ PRINCIPLE ] ------------------+
| |
| “ Good design is as little design as possible. |
| |
| — Dieter Rams |
| |
+--------------------------------------------------+
```| Prop | Type | Default | Description |
|---|---|---|---|
| by | string | — | Who said it. Drawn after an em dash. |
| source | string | — | Where. Muted, after the name. |
| title | string | — | Optional frame title. Off by default. |
| children | ReactNode | — | Markdown. The quote itself. |
| corner | string | "+" | Character at each corner of the frame. |
| className | string | — | Passed to the outer frame. |