Files
windmill/react-sdk/README.md
Ruben Fiszel 36280cffc8 feat: expose a react sdk to integrate windmill into react apps (#1605)
* expose react sdk

* expose react sdk

* iterate

* iterate

* iterate

* nit

* update example

* update example

* small fixes

* update all
2023-05-19 20:44:07 +02:00

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