monday-form

0.1.2 • Public • Published

Monday-Form

A nice Rect Form library:

import { Form } from 'monday-form';

export default () => (
  <Form onSubmit={data => console.log(data)}>
    <input name="firstname" />
    <input name="lastname" />
    <button>Submit!</button>
  </Form>
);

Readme

Keywords

none

Package Sidebar

Install

npm i monday-form

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

445 kB

Total Files

18

Last publish

Collaborators

  • franciscop