Quote
A serif voice in the margin, with an honest attribution.
Live — this one is real
The interface should make the next action feel obvious.
Usage
import { Quote } from "mizu-ui";
export function Example() {
return (
<Quote author="Mizu design note">
The interface should make the next action feel obvious.
</Quote>
);
}
Source & setup
Import mizu-ui/styles.css once. Fonts are optional via mizu-ui/fonts.css. Override --mizu-* tokens or use className for local styling. Uses native React and CSS; install the package peers for root imports.
Inspect content/Typography.tsx
Source is included in the npm package under src/content/Typography.tsx.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| children | ReactNode | — | Quoted content. |
| author / cite | string | — | Attribution and optional source URL. |
Accessibility
Native blockquote and figcaption. A supplied citation becomes an actual link.
Motion
Static editorial content.