exma-frui
v0.0.25
Published
Parses an exma schema to FREE react UI.
Downloads
3
Readme
exma-frui
Parses an exma schema to FREE react UI.
Install
yarn add -D exma-frui
... or ...
npm i --dev exma-frui
Usage
In your schema.exma
file add the following generator.
plugin "exma-frui" {
ui "tailwind"
ts true
output "./react"
types "./types.ts"
}
Options
ui
-react
ortailwind
ts
- whether to generate the typescript files or the final*.d.ts
output
- folder where to generate the hooks and componentstypes
- where the schema typescript typings are. see exma-typescipt