chem-generic-ui 1.0.12 → 1.1.1
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 +25 -2
- package/dist/bundle.js +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
A React component for dynamically building user interfaces.
|
|
4
4
|
|
|
5
|
+
This library is purely written in JavaScript and is based on the [React](https://reactjs.org/) library.
|
|
6
|
+
|
|
7
|
+
**Community**
|
|
8
|
+
- [GitHub discussions](https://github.com/LabIMotion/chem-generic-ui/discussions)
|
|
9
|
+
|
|
10
|
+
**Code**
|
|
11
|
+
- [GitHub code](https://github.com/LabIMotion/chem-generic-ui)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## Projects
|
|
15
|
+
|
|
16
|
+
Our favorite projects:
|
|
17
|
+
|
|
18
|
+
### :star: LabIMotion: Designer, you design what you need.
|
|
19
|
+
|
|
20
|
+
[LabIMotion](https://www.chemotion.net/docs/labimotion)
|
|
21
|
+
|
|
22
|
+
[](https://www.youtube.com/watch?v=8o1U4QXU-B0)
|
|
23
|
+
|
|
5
24
|
## Installation
|
|
6
25
|
|
|
7
26
|
The chem-generic-ui library is available as an NPM package. Install it either with NPM:
|
|
@@ -16,6 +35,10 @@ or Yarn:
|
|
|
16
35
|
yarn add chem-generic-ui
|
|
17
36
|
```
|
|
18
37
|
|
|
19
|
-
##
|
|
38
|
+
## Engage with Us
|
|
39
|
+
|
|
40
|
+
Feel free to utilize the [Discussions](https://github.com/LabIMotion/labimotion/discussions) section to share any inquiries, concerns, suggestions, ideas, or even express your interest in collaboration. We welcome your participation! :sun_with_face:
|
|
41
|
+
|
|
42
|
+
## License
|
|
20
43
|
|
|
21
|
-
|
|
44
|
+
Code released under the [AGPL-3.0 License](https://www.gnu.org/licenses/agpl-3.0.txt).
|