@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bodynarf/react.components",
3
- "version": "1.4.8",
3
+ "version": "1.4.9",
4
4
  "author": {
5
5
  "name": "Artem",
6
6
  "email": "bodynar@gmail.com"
package/readme.md CHANGED
@@ -15,6 +15,8 @@ Small library with react components based on Bulma CSS framework&nbsp; <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