We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863983c commit 60aa610Copy full SHA for 60aa610
package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "@code4bones/react-cascade-forms",
3
- "version": "1.0.2",
+ "version": "1.0",
4
"main": "build/index.js",
5
"module": "build/index.esm.js",
6
"files": [
7
"build"
8
],
9
"types": "build/index.d.ts",
10
- "description": "Tree Menu with Property Grid",
+ "description": "React state-driven controls renderer",
11
"scripts": {
12
"build": "rollup -c",
13
"storybook": "start-storybook -p 6006",
@@ -22,11 +22,9 @@
22
"url": "git+https://github.com/code4bones/react-cascade-forms.git"
23
},
24
"keywords": [
25
- "Tree",
26
- "Menu",
27
- "TreeMenu",
28
- "Sidebar Navigation",
29
- "Property Grid",
+ "Forms",
+ "State",
+ "Controls",
30
"React",
31
"Typescript",
32
"Less",
0 commit comments