|
1 |
| -# @simplr/react-forms |
2 |
| -Declarative forms for React. |
| 1 | +<div align="center"> |
| 2 | + <a href="https://github.com/SimplrJS"> |
| 3 | + <img width="200" src="https://user-images.githubusercontent.com/7989797/27303346-34a5d6fa-5543-11e7-91e8-5b34287d0bc8.png" /> |
| 4 | + </a> |
| 5 | +</div> |
| 6 | +<h1 align="center">@simplr/react-forms</h1> |
| 7 | +Declarative forms for React. Includes declarative modifiers, normalizers and validators. |
3 | 8 |
|
4 |
| -Includes declarative modifiers, normalizers and validators. |
| 9 | +### Packages |
| 10 | + |
| 11 | +| Package | Version | Docs | Description | |
| 12 | +|---------|---------|------|-------------| |
| 13 | +| [`@simplr/react-forms`](/packages/react-forms) | [](https://www.npmjs.com/package/@simplr/react-forms) | TBA | The core | |
| 14 | +| [`@simplr/react-forms-dom`](/packages/react-forms-dom) | [](https://www.npmjs.com/package/@simplr/react-forms-dom) | TBA | DOM components | |
| 15 | +| [`@simplr/react-forms-validation`](/packages/react-forms-validation) | [](https://www.npmjs.com/package/@simplr/react-forms-dom) | TBA | Validation | |
5 | 16 |
|
6 |
| -At the moment library is work-in-progress. We will try to document some of the notes here, in GitHub. |
7 |
| -Feel free to comment on [PRs](https://github.com/SimplrJS/react-forms/pulls?utf8=%E2%9C%93&q=is%3Apr%20) and open [issues](https://github.com/SimplrJS/react-forms/issues). |
8 | 17 |
|
9 | 18 | ### Development
|
10 | 19 |
|
11 | 20 | Latest published version should be in the [master](https://github.com/SimplrJS/react-forms/tree/master) branch.
|
12 | 21 | Development is happening in the [dev](https://github.com/SimplrJS/react-forms/tree/dev) and feature branches.
|
13 | 22 |
|
14 |
| -Development right now is being done by [SimplrJS](https://github.com/SimplrJS) team inside [QuatroDev](http://quatrodev.com): |
15 |
| -* [Dovydas](https://twitter.com/dovydasnav) (QuatroDev) [[GH](https://github.com/DovydasNavickas)] |
16 |
| -* [Martynas](https://twitter.com/MartinZilinskas) (QuatroDev) [[GH](https://github.com/MartynasZilinskas)] |
17 |
| -* [Giedrius](https://twitter.com/Giedrucis) (QuatroDev) [[GH](https://github.com/GiedriusGrabauskas)] |
18 |
| -* Deividas (QuatroDev) [[GH](https://github.com/DeividasBakanas)] |
| 23 | +<h2 align="center">Core Team</h2> |
| 24 | + |
| 25 | +<table> |
| 26 | + <tbody> |
| 27 | + <tr> |
| 28 | + <td align="center" width="25%" valign="top"> |
| 29 | + <a href="https://github.com/DovydasNavickas"> |
| 30 | + <img width="150" height="150" src="https://github.com/DovydasNavickas.png?s=150"> |
| 31 | + <br> |
| 32 | + Dovydas Navickas |
| 33 | + </td> |
| 34 | + </a> |
| 35 | + <td align="center" width="25%" valign="top"> |
| 36 | + <a href="https://github.com/MartynasZilinskas"> |
| 37 | + <img width="150" height="150" src="https://github.com/MartynasZilinskas.png?s=150"> |
| 38 | + <br> |
| 39 | + Martynas Žilinskas |
| 40 | + </a> |
| 41 | + </td> |
| 42 | + <td align="center" width="25%" valign="top"> |
| 43 | + <a href="https://github.com/GiedriusGrabauskas"> |
| 44 | + <img width="150" height="150" src="https://github.com/GiedriusGrabauskas.png?s=150"> |
| 45 | + <br> |
| 46 | + Giedrius Grabauskas |
| 47 | + </a> |
| 48 | + </td> |
| 49 | + <td align="center" width="25%" valign="top"> |
| 50 | + <a href="https://github.com/DeividasBakanas"> |
| 51 | + <img width="150" height="150" src="https://github.com/DeividasBakanas.png?s=150"> |
| 52 | + <br> |
| 53 | + Deividas Bakanas |
| 54 | + </a> |
| 55 | + </td> |
| 56 | + </tr> |
| 57 | + </tbody> |
| 58 | +</table> |
19 | 59 |
|
20 | 60 | ### Notes
|
21 | 61 |
|
|
0 commit comments