# Quote

Use `Quote` to emphasize a key principle, constraint, insight, or direct quoted finding.

## Props

- `by?`: string attribution
- `children`: markdown/MDX content

## Example

```mdx
<Quote by="Artifact design principle">
  The agent writes explanation and semantic structure. The artifact system owns presentation.
</Quote>
```

## Rules

- Use sparingly for important statements.
- Do not use for ordinary paragraphs.
