@bodynarf/react.components 1.4.8 → 1.4.9
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 +2 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -15,6 +15,8 @@ Small library with react components based on Bulma CSS framework <a href="
|
|
|
15
15
|
5. *(Optional)* To use **Checkbox** component - install [bulma-checkradio](https://www.npmjs.com/package/bulma-checkradio) and make sure you imported these styles in parent container
|
|
16
16
|
|
|
17
17
|
## Description
|
|
18
|
+
|
|
19
|
+
Mostly all components have root class with `bbr-` prefix. BBR - Bodynarf Bulma React
|
|
18
20
|
### Simple components
|
|
19
21
|
Simple react components based on html elements.
|
|
20
22
|
|