We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14f63f commit e890f6eCopy full SHA for e890f6e
README.md
@@ -4,7 +4,7 @@
4
5
Checkbox replacement using stylish bootstrap-4 switch button.
6
7
-Lightweight (14kb), self-contained, compiled as a single common js file for easy webpack integration.
+Lightweight (15kb), self-contained, compiled as a single CommonJS file for easy webpack integration.
8
9
**************************************************************************************************
10
@@ -26,10 +26,14 @@ Project
26
27
28
# Installation
29
+NPM
30
```bash
31
npm i bootstrap-switch-button-react --save-dev
32
```
-
33
+Yarn
34
+```bash
35
+yard add bootstrap-switch-button-react
36
+```
37
38
# Usage
39
Keep `state` in sync using the `onChange` function property
0 commit comments