0.0.25 • Published 2 years ago

exma-frui v0.0.25

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

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago