@bigbinary/neetoui 4.4.8 → 4.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -3
- package/formik.cjs.js +3 -3
- package/formik.js +5 -5
- package/index.cjs.js +3 -3
- package/index.css +1 -1
- package/index.js +3 -3
- package/layouts.cjs.js +3 -3
- package/layouts.d.ts +6 -3
- package/layouts.js +4 -4
- package/package.json +2 -10
package/README.md
CHANGED
|
@@ -52,9 +52,15 @@ Install all the dependencies by executing following command.
|
|
|
52
52
|
yarn
|
|
53
53
|
```
|
|
54
54
|
|
|
55
|
-
You can create new components in
|
|
55
|
+
You can create new components in `lib/components` and export them from `lib/index.js`.
|
|
56
56
|
|
|
57
|
-
Running the `yarn storybook` command starts a storybook app. Use this application to test out changes
|
|
57
|
+
Running the `yarn storybook` command starts a storybook app. Use this application to test out changes and see how your component behaves in the storybook for **neetoUI**
|
|
58
|
+
|
|
59
|
+
- To see if tests associated with your components pass run `yarn test`.
|
|
60
|
+
- To see if **neetoUI** gets built and bundled after changes run `yarn build`.
|
|
61
|
+
- To see if the storybook gets built run `yarn build-storybook`.
|
|
62
|
+
|
|
63
|
+
Note that nothing in the `stories` folder will be bundled with **neetoUI**.
|
|
58
64
|
|
|
59
65
|
## Building
|
|
60
66
|
|
|
@@ -64,7 +70,7 @@ neetoUI gets auto-published to npm on new commit to main. You can checkout the `
|
|
|
64
70
|
|
|
65
71
|
Read the docs here
|
|
66
72
|
|
|
67
|
-
https://
|
|
73
|
+
https://neeto-ui.neeto.com
|
|
68
74
|
|
|
69
75
|
## Other Libraries
|
|
70
76
|
|