chem-generic-ui 2.3.0-rc5 → 2.4.0-beta.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 +2 -4
- package/dist/chem-generic-ui.cjs.js +12 -12
- package/dist/chem-generic-ui.cjs.js.map +1 -1
- package/dist/chem-generic-ui.es.js +8690 -8328
- package/dist/chem-generic-ui.es.js.map +1 -1
- package/package.json +2 -30
package/README.md
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/chem-generic-ui)
|
|
4
4
|
[](https://doi.org/10.5281/zenodo.8305319)
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
A React component for dynamically building user interfaces.
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
This library is purely written in JavaScript and is based on the [React](https://reactjs.org/) library.
|
|
9
9
|
|
|
10
10
|
## Project Showcase
|
|
11
11
|
|
|
@@ -13,8 +13,6 @@ It is used in the Chemotion LabIMotion ecosystem for constructing structured dat
|
|
|
13
13
|
|
|
14
14
|
<img src="https://labimotion.github.io/assets/images/labimotion_logo.png" alt="LabIMotion Logo" width="300" />
|
|
15
15
|
|
|
16
|
-
A scientific data management application built using chem-generic-ui.
|
|
17
|
-
|
|
18
16
|
#### Flexible Layout Designs
|
|
19
17
|
|
|
20
18
|
- [Rich UI Components](https://www.chemotion.net/docs/labimotion/designer/components/fields/types)
|