@bodynarf/react.components 0.1.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/package.json +1 -1
- package/readme.md +21 -0
- package/dist/assets/bootstrap-icons.48902042.woff +0 -0
- package/dist/assets/bootstrap-icons.a29357cb.woff2 +0 -0
- package/dist/assets/index.19ed8c21.css +0 -1
- package/dist/assets/index.517219b4.js +0 -2
- package/dist/assets/index.517219b4.js.map +0 -1
- package/dist/assets/vendor.92043335.js +0 -41
- package/dist/assets/vendor.92043335.js.map +0 -1
- package/dist/index.html +0 -16
package/package.json
CHANGED
package/readme.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# About
|
|
2
|
+
Small library with react components based on Bulma
|
|
3
|
+
|
|
4
|
+
<a href="https://bulma.io" title="Bulma css framework">
|
|
5
|
+
<img
|
|
6
|
+
src="https://bulma.io/images/made-with-bulma.png"
|
|
7
|
+
alt="Made with Bulma"
|
|
8
|
+
width="128"
|
|
9
|
+
height="24"/>
|
|
10
|
+
</a>
|
|
11
|
+
|
|
12
|
+
## Description
|
|
13
|
+
Contained components:
|
|
14
|
+
- **Anchor**
|
|
15
|
+
- **Button**
|
|
16
|
+
- **Dropdown**
|
|
17
|
+
- **Icon**
|
|
18
|
+
- **Search**
|
|
19
|
+
- **Date** - primitive date input;
|
|
20
|
+
- **Multiline** - primitive multiline text input;
|
|
21
|
+
- **Text**- primitive single line text input;
|
|
Binary file
|
|
Binary file
|