0.0.25 • Published 3 years ago

exma-frui v0.0.25

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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 or tailwind
  • ts - whether to generate the typescript files or the final *.d.ts
  • output - folder where to generate the hooks and components
  • types - where the schema typescript typings are. see exma-typescipt
0.0.25

3 years ago

0.0.24

3 years ago

0.0.23

3 years ago

0.0.22

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago