* expose react sdk * expose react sdk * iterate * iterate * iterate * nit * update example * update example * small fixes * update all
23 lines
360 B
Markdown
23 lines
360 B
Markdown
# React SDK
|
|
|
|
This folder contains example on how to export Windmill components as React
|
|
components and exports:
|
|
|
|
- Flow Builder
|
|
- App Viewer
|
|
|
|
This is useful in the case you want to embed a Flow Builder or an App Viewer in
|
|
a React application.
|
|
|
|
## How to run
|
|
|
|
```
|
|
npm install
|
|
```
|
|
|
|
```
|
|
npm run dev
|
|
```
|
|
|
|
Go to main.tsx and uncomment to see the different examples
|