docs(patterns): add 'Patterns We Like' scrapbook + link from README

A running list of UI effects/interactions worth keeping, each with the four-point
bar (does a job, respects reduced-motion, transform/opacity only, degrades) it
must clear before shipping. README structure + quick-start now point to it.
This commit is contained in:
2026-06-06 11:37:57 +00:00
parent f0987778ec
commit 6457347dd6
2 changed files with 92 additions and 1 deletions
+2 -1
View File
@@ -26,7 +26,7 @@ KDCDesignSystem/
├── components/ # Per-component specs and anatomy
├── themes/ # Light, dark, high-contrast theme overrides
├── templates/ # Web, mobile, email, print, presentation
├── docs/ # Getting started, principles, a11y, voice & tone
├── docs/ # Getting started, principles, patterns, a11y, voice & tone
├── examples/ # Reference implementations
└── scripts/ # Token build / export scripts
```
@@ -36,6 +36,7 @@ KDCDesignSystem/
1. Read [`docs/getting-started/README.md`](./docs/getting-started/README.md).
2. Skim [`design.md`](./design.md) for the token vocabulary.
3. Pick your platform under [`examples/`](./examples/).
4. Browse [`docs/patterns/README.md`](./docs/patterns/README.md) — a scrapbook of UI effects & interactions we like (and the bar each clears before shipping).
## Status