chem-generic-ui 0.2.17 → 0.2.18
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 +2 -28
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.map +1 -1
- package/package.json +6 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# chem-generic-ui
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
A React component for dynamically building user interfaces.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -18,30 +18,4 @@ yarn add chem-generic-ui
|
|
|
18
18
|
|
|
19
19
|
## Usage
|
|
20
20
|
|
|
21
|
-
You can learn more in the [
|
|
22
|
-
|
|
23
|
-
To learn React, check out the [React documentation](https://reactjs.org/).
|
|
24
|
-
|
|
25
|
-
### Code Splitting
|
|
26
|
-
|
|
27
|
-
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
|
|
28
|
-
|
|
29
|
-
### Analyzing the Bundle Size
|
|
30
|
-
|
|
31
|
-
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
|
|
32
|
-
|
|
33
|
-
### Making a Progressive Web App
|
|
34
|
-
|
|
35
|
-
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
|
|
36
|
-
|
|
37
|
-
### Advanced Configuration
|
|
38
|
-
|
|
39
|
-
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
|
|
40
|
-
|
|
41
|
-
### Deployment
|
|
42
|
-
|
|
43
|
-
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
|
|
44
|
-
|
|
45
|
-
### `yarn build` fails to minify
|
|
46
|
-
|
|
47
|
-
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
|
|
21
|
+
You can learn more in the [chem-generic-ui documentation](https://facebook.github.io/create-react-app/docs/getting-started).
|