Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gillstrom/deku-form

Form components for deku
https://github.com/gillstrom/deku-form

Last synced: 26 days ago
JSON representation

Form components for deku

Awesome Lists containing this project

README

        

# deku-form

> Form components for deku

## Install

```
$ npm install --save deku-form
```

## Usage

```js
import {Form, InputField} from 'deku-form';

function handle(data, form) {
console.log(data);
//=> 'username=foo&password=unicorn'
}

export function render() {
return (



Sign in

);
}
```

## License

MIT © [Kevin Mårtensson](http://github.com/kevva)