Skip to content

Commit b70c177

Browse files
committed
Added installation instructions.
1 parent 607ff34 commit b70c177

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ BEM class names are systematic. So why write them yourself?
66

77
React BEM automatically generates BEM style classes on React components... So you don't have to.
88

9+
# Installation
10+
11+
```bash
12+
npm install react-auto-bem
13+
```
14+
915
# Example
1016

1117
JSX Component:

0 commit comments

Comments
 (0)