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