Skip to content

Commit a737ac9

Browse files
Update README.md
Update README
1 parent dead50c commit a737ac9

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ A production-style terminal control console built entirely with Rezi.
6565

6666
![Rezi EdgeOps demo](Assets/REZICONSOLE3.gif)
6767

68-
### Visual Stress Test
69-
70-
![Rezi benchmark demo](Assets/REZIBENCHMARK.gif)
7168

7269
### Image Rendering
7370

@@ -191,17 +188,6 @@ app.keys({ q: () => app.stop() });
191188
await app.start();
192189
```
193190

194-
## Beautiful Defaults
195-
196-
When the active theme provides semantic color tokens, Rezi uses design system recipes by default for:
197-
`ui.button`, `ui.input`/`ui.textarea`, `ui.select`, `ui.checkbox`, `ui.progress`, and `ui.callout`.
198-
199-
- Use `intent` on buttons for common “primary/danger/link” patterns.
200-
- Use `preset` on `ui.box` (or `ui.card`/`ui.panel`) for consistent container defaults.
201-
- Use manual `style` props to override specific attributes (they do not disable recipes).
202-
203-
Docs: [Design System](docs/design-system.md) · [Migration: Beautiful Defaults](docs/migration/beautiful-defaults.md)
204-
205191
Install:
206192

207193
```bash

0 commit comments

Comments
 (0)