docs: update Examples section and move below Quick Example
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -50,6 +50,15 @@ useInput((input) => {
|
||||
</template>
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
||||
| Example | Description |
|
||||
| --------------------------------------------- | ----------------------------------------------------------- |
|
||||
| [`basic-template`](./examples/basic-template) | Vue SFC with `<template>` syntax |
|
||||
| [`basic-jsx`](./examples/basic-jsx) | Same app in TSX |
|
||||
| [`coding-agent`](./examples/coding-agent) | AI coding agent with LLM streaming and interactive UI |
|
||||
| [`flappy-bird`](./examples/flappy-bird) | Physics-based terminal game with reactive state and borders |
|
||||
|
||||
## Getting Started
|
||||
|
||||
```bash
|
||||
@@ -130,14 +139,6 @@ test("counter responds to + and - keys", async () => {
|
||||
});
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
||||
| Example | Description |
|
||||
| --------------------------------------------- | -------------------------------------------------- |
|
||||
| [`basic-template`](./examples/basic-template) | Vue SFC with `<template>` syntax |
|
||||
| [`basic-jsx`](./examples/basic-jsx) | Same app in TSX |
|
||||
| [`flappy-bird`](./examples/flappy-bird) | Physics-based game with reactive state and borders |
|
||||
|
||||
## Development
|
||||
|
||||
Requires [pnpm](https://pnpm.io/) and Node.js 22+.
|
||||
|
||||
Reference in New Issue
Block a user