You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/quickstart.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,16 @@ cd my-tui-app
20
20
bun start
21
21
```
22
22
23
-
Select a template when prompted (`dashboard`, `stress-test`, `cli-tool`, `animation-lab`, or `minimal`), or pass `--template` to choose directly:
23
+
Select a template when prompted (`dashboard`, `stress-test`, `cli-tool`, `animation-lab`, `minimal`, or `starship`), or pass `--template` to choose directly:
The templates demonstrate the recommended project structure and patterns. Start with `minimal` to learn the basics, `dashboard` for operations workflows, or `animation-lab` for declarative motion patterns.
32
+
The templates demonstrate the recommended project structure and patterns. Start with `minimal` to learn the basics, `dashboard` for operations workflows, `animation-lab` for declarative motion patterns, or `starship` for an end-to-end command console showcase.
`animation-lab` is the canonical reference for Rezi's declarative motion APIs (`useTransition`, `useSpring`, `useSequence`, `useStagger`) plus `ui.box` transition props.
0 commit comments