Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kltk/field

Not Just Forms
https://github.com/kltk/field

component field form react

Last synced: 11 days ago
JSON representation

Not Just Forms

Awesome Lists containing this project

README

        

# kltk-field

## Getting Started

Install dependencies,

```bash
$ npm i
```

Start the dev server,

```bash
$ npm start
```

Build documentation,

```bash
$ npm run docs:build
```

Build library via `father-build`,

```bash
$ npm run build
```