{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "reader-01", "title": "Knowledge Reader", "description": "Outline navigation, long-form reading, and margin notes.", "registryDependencies": [ "@manner/note" ], "files": [ { "path": "registry/manner/blocks/reader-01.tsx", "content": "import { Note } from \"@/registry/manner/editorial/note\"\n\nfunction ReaderBlock() {\n return (\n
\n

Design systems / 08 min

A system,
not a style.

A useful interface system does not merely prescribe what things look like. It explains why they exist and how they behave under pressure.

Color and type are only the visible edge. The deeper system connects intent, component anatomy, application patterns, agent instructions, and tests.

Portable taste requires rules that survive implementation.
\n
\n )\n}\n\nexport { ReaderBlock }\n", "type": "registry:component" } ], "type": "registry:block" }