1
- # @napred /forms
1
+ # @byteclaw /forms
2
2
3
- ![ CircleCI] ( https://img.shields.io/circleci/project/github/napred /forms/master.svg?style=flat-square )
3
+ ![ CircleCI] ( https://img.shields.io/circleci/project/github/byteclaw /forms/master.svg?style=flat-square )
4
4
[ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square )] ( #contributors )
5
5
![ Version] ( https://img.shields.io/npm/v/@napred/forms.svg?style=flat-square )
6
6
![ License] ( https://img.shields.io/npm/l/@napred/forms.svg?style=flat-square )
@@ -10,11 +10,11 @@ Easily create complex forms in [React](https://github.com/facebook/react).
10
10
## Installation
11
11
12
12
``` console
13
- npm install @napred /forms yup
13
+ npm install @byteclaw /forms yup
14
14
15
15
# or using yarn
16
16
17
- yarn add @napred /forms yup
17
+ yarn add @byteclaw /forms yup
18
18
```
19
19
20
20
## Requirements
@@ -25,7 +25,7 @@ yarn add @napred/forms yup
25
25
26
26
``` js
27
27
import { Fragment } from ' react' ;
28
- import { ArrayField , Field , Form , FormProvider , ObjectField } from ' @napred /forms' ;
28
+ import { ArrayField , Field , Form , FormProvider , ObjectField } from ' @byteclaw /forms' ;
29
29
import * as yup from ' yup' ;
30
30
31
31
const validator = yup .object ().shape ({
@@ -100,9 +100,8 @@ const validator = yup.object().shape({
100
100
101
101
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
102
102
<!-- prettier-ignore -->
103
- | [<img src="https://avatars1.githubusercontent.com/u/174716?v=4" width="100px;"/><br /><sub><b>Michal Kvasničák</b></sub>](https://github.com/michalkvasnicak)<br />[💬](#question-michalkvasnicak "Answering Questions") [💻](https://github.com/napred/@napred/forms/commits?author=michalkvasnicak "Code") [🎨](#design-michalkvasnicak "Design") [📖](https://github.com/napred/@napred/forms/commits?author=michalkvasnicak "Documentation") [💡](#example-michalkvasnicak "Examples") [🤔](#ideas-michalkvasnicak "Ideas, Planning, & Feedback") [👀](#review-michalkvasnicak "Reviewed Pull Requests") [⚠️](https://github.com/napred/@napred/forms/commits?author=michalkvasnicak "Tests") | [<img src="https://avatars1.githubusercontent.com/u/373788?v=4" width="100px;"/><br /><sub><b>Juraj Hríb</b></sub>](https://github.com/jurajhrib)<br />[💬](#question-jurajhrib "Answering Questions") [🐛](https://github.com/napred/@napred/forms/issues?q=author%3Ajurajhrib "Bug reports") [💻](https://github.com/napred/@napred/forms/commits?author=jurajhrib "Code") [📖](https://github.com/napred/@napred/forms/commits?author=jurajhrib "Documentation") [🤔](#ideas-jurajhrib "Ideas, Planning, & Feedback") [👀](#review-jurajhrib "Reviewed Pull Requests") |
103
+ | [<img src="https://avatars1.githubusercontent.com/u/174716?v=4" width="100px;"/><br /><sub><b>Michal Kvasničák</b></sub>](https://github.com/michalkvasnicak)<br />[💬](#question-michalkvasnicak "Answering Questions") [💻](https://github.com/byteclaw/@byteclaw/forms/commits?author=michalkvasnicak "Code") [🎨](#design-michalkvasnicak "Design") [📖](https://github.com/byteclaw/@byteclaw/forms/commits?author=michalkvasnicak "Documentation") [💡](#example-michalkvasnicak "Examples") [🤔](#ideas-michalkvasnicak "Ideas, Planning, & Feedback") [👀](#review-michalkvasnicak "Reviewed Pull Requests") [⚠️](https://github.com/byteclaw/@byteclaw/forms/commits?author=michalkvasnicak "Tests") | [<img src="https://avatars1.githubusercontent.com/u/373788?v=4" width="100px;"/><br /><sub><b>Juraj Hríb</b></sub>](https://github.com/jurajhrib)<br />[💬](#question-jurajhrib "Answering Questions") [🐛](https://github.com/byteclaw/@byteclaw/forms/issues?q=author%3Ajurajhrib "Bug reports") [💻](https://github.com/byteclaw/@byteclaw/forms/commits?author=jurajhrib "Code") [📖](https://github.com/byteclaw/@byteclaw/forms/commits?author=jurajhrib "Documentation") [🤔](#ideas-jurajhrib "Ideas, Planning, & Feedback") [👀](#review-jurajhrib "Reviewed Pull Requests") |
104
104
| :---: | :---: |
105
-
106
105
<!-- ALL-CONTRIBUTORS-LIST:END -->
107
106
108
107
This project follows the [ all-contributors] ( https://github.com/kentcdodds/all-contributors ) specification. Contributions of any kind welcome!
0 commit comments