File tree Expand file tree Collapse file tree 1 file changed +5
-31
lines changed
Expand file tree Collapse file tree 1 file changed +5
-31
lines changed Original file line number Diff line number Diff line change @@ -30,39 +30,13 @@ A2UI JSON → Renderer → Native Components → Your App
30303 . ** Render** using platform-native components
31314 . ** Style** according to your app's theme
3232
33- ## Quick Start
33+ ## Using a Renderer
3434
35- ** Web Components (Lit): **
35+ Get started integrating A2UI into your application by following the setup guide for your chosen renderer:
3636
37- ``` bash
38- npm install @a2ui/lit
39- ```
40-
41- TODO: Add a quickstart guide
42-
43- ** Angular:**
44-
45- ``` bash
46- npm install @a2ui/angular
47- ```
48-
49- TODO: Add a quickstart guide
50-
51- ** Flutter:**
52-
53- ``` bash
54- flutter pub add flutter_genui
55- ```
56-
57- TODO: Add a quickstart guide
58-
59- ## Adding custom components to a renderer
60-
61- TODO: Add a guide
62-
63- ## Theming or styling a renderer
64-
65- TODO: Add a guide
37+ - ** [ Lit (Web Components)] ( guides/client-setup.md#web-components-lit ) **
38+ - ** [ Angular] ( guides/client-setup.md#angular ) **
39+ - ** [ Flutter (GenUI SDK)] ( guides/client-setup.md#flutter-genui-sdk ) **
6640
6741## Building a Renderer
6842
You can’t perform that action at this time.
0 commit comments