Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kltk/field
- Owner: kltk
- Created: 2021-08-10T14:43:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T14:12:02.000Z (over 2 years ago)
- Last Synced: 2024-03-23T13:22:16.008Z (10 months ago)
- Topics: component, field, form, react
- Language: TypeScript
- Homepage: https://rndz.org/field
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```