@visuallyjs/browser-ui-react 1.0.0 → 1.0.2
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 +15 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
## VisuallyJs
|
|
2
|
+
|
|
3
|
+
VisuallyJs React is a React library for building diagrams, node-based apps, charts and dashboards.
|
|
4
|
+
|
|
5
|
+
**Note:** This package is the React package. If you are using a different library you should check out `@visuallyjs/browser-ui-angular`, `@visuallyjs/browser-ui-vue` or `@visuallyjs/browser-ui-svelte`. And if you're using vanilla JS or Typescript, you'll want `@visuallyjs/browser-ui`
|
|
6
|
+
|
|
7
|
+
## Documentation
|
|
8
|
+
|
|
9
|
+
See https://visuallyjs.com/react/docs
|
|
10
|
+
|
|
11
|
+
## Demonstrations
|
|
12
|
+
|
|
13
|
+
See https://visuallyjs.com/demonstrations
|
|
14
|
+
|
|
15
|
+
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@visuallyjs/browser-ui-react","version":"1.0.
|
|
1
|
+
{"name":"@visuallyjs/browser-ui-react","version":"1.0.2","description":"VisuallyJs React","module":"visuallyjs.browser-ui-react.es.js","main":"visuallyjs.browser-ui-react.cjs.js","types":"index.d.ts","files":["visuallyjs.browser-ui-react.es.js","visuallyjs.browser-ui-react.cjs.js","**/*.d.ts","README.md"],"author":"VisuallyJs <hello@visuallyjs.com> (https://visuallyjs.com)","license":"Commercial","dependencies":{"@visuallyjs/browser-ui":"1.0.2"},"homepage":"https://visuallyjs.com/react","bugs":"https://github.com/visuallyjs/visuallyjs/issues"}
|