react-utils-button
Advanced tools
+1
-1
| { | ||
| "name": "react-utils-button", | ||
| "version": "0.5.0", | ||
| "version": "0.6.0", | ||
| "description": "Lightweight React Button component, serving as an utility wrapper over the HTML button element.", | ||
@@ -5,0 +5,0 @@ "author": "Raul Rene Lepsa <raul.lepsa@gmail.com> (https://github.com/raulrene)", |
+6
-4
| # React Utils Button | ||
| Lightweight React Button component, serving as an utility wrapper over the HTML button element. | ||
| ##Installation | ||
| ## Installation | ||
| ```sh | ||
| npm install react-slider | ||
| npm install react-utils-button | ||
| ``` | ||
| ##Usage | ||
| ## Usage | ||
| ```javascript | ||
@@ -26,3 +28,3 @@ import Button from 'react-utils-button'; | ||
| ##Options | ||
| ## Options | ||
| - **value** (string, required) - value to be displayed inside the button | ||
@@ -29,0 +31,0 @@ - **className** (string) - extra classes |
432328
036
5.88%