Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 5 additions & 31 deletions docs/renderers.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,39 +30,13 @@ A2UI JSON → Renderer → Native Components → Your App
3. **Render** using platform-native components
4. **Style** according to your app's theme

## Quick Start
## Using a Renderer

**Web Components (Lit):**
Get started integrating A2UI into your application by following the setup guide for your chosen renderer:

```bash
npm install @a2ui/lit
```

TODO: Add a quickstart guide

**Angular:**

```bash
npm install @a2ui/angular
```

TODO: Add a quickstart guide

**Flutter:**

```bash
flutter pub add flutter_genui
```

TODO: Add a quickstart guide

## Adding custom components to a renderer

TODO: Add a guide

## Theming or styling a renderer

TODO: Add a guide
- **[Lit (Web Components)](guides/client-setup.md#web-components-lit)**
- **[Angular](guides/client-setup.md#angular)**
- **[Flutter (GenUI SDK)](guides/client-setup.md#flutter-genui-sdk)**

## Building a Renderer

Expand Down