beesoft-components 0.9.1 → 0.9.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 +4 -0
- package/dist/index.es.js +3110 -3066
- package/dist/index.es.js.gz +0 -0
- package/dist/index.umd.js +15 -15
- package/dist/index.umd.js.gz +0 -0
- package/package.json +4 -3
- package/types/index.d.ts +36 -18
package/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
|
|
2
|
+
[](https://twitter.com/bsoft_collectiv)
|
|
3
|
+
[](https://twitter.com/brandon_trabon)
|
|
4
|
+
|
|
1
5
|
# BeeSoft Components
|
|
2
6
|
|
|
3
7
|
A library of components for the React framework. This library is currently a beta so please report any issues found or make suggestions.
|