Skip to content

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.
Mizu design note

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.

Open full source ↗

Props

PropTypeDefaultDescription
childrenReactNode—Quoted content.
author / citestring—Attribution and optional source URL.

Accessibility

Native blockquote and figcaption. A supplied citation becomes an actual link.

Motion

Static editorial content.

Works alongside