exma-frui
TypeScript icon, indicating that this package has built-in type declarations

0.0.25 • Public • Published

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

Dependencies (4)

Dev Dependencies (10)

Package Sidebar

Install

npm i exma-frui

Weekly Downloads

1

Version

0.0.25

License

MIT

Unpacked Size

391 kB

Total Files

119

Last publish

Collaborators

  • cblanquera
  • inceptasia