0.0.25 • Published 10 months ago

exma-frui v0.0.25

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

10 months ago

0.0.24

10 months ago

0.0.23

10 months ago

0.0.22

10 months ago

0.0.21

10 months ago

0.0.20

10 months ago

0.0.19

10 months ago

0.0.18

10 months ago

0.0.17

10 months ago

0.0.16

10 months ago

0.0.15

10 months ago

0.0.14

10 months ago

0.0.12

10 months ago

0.0.11

10 months ago