File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,20 @@ Demo: https://trendmicro-frontend.github.io/react-buttons
66
77## Installation
88
9- ```
10- npm install --save react@latest
11- npm install --save @trendmicro/react-buttons
12- ```
9+ 1 . Install the latest version of [ react] ( https://github.com/facebook/react ) and [ react-buttons] ( https://github.com/trendmicro-frontend/react-buttons ) :
1310
14- At this point you can import ` @trendmicro/react-buttons ` and its styles in your application as follows:
11+ ```
12+ npm install --save react @trendmicro/react-bttons
13+ ```
1514
16- ``` js
17- import { Button , ButtonGroup , ButtonToolbar , ButtonDropdown } from ' @trendmicro/react-buttons' ;
15+ 2 . At this point you can import ` @trendmicro/react-buttons ` and its styles in your application as follows:
1816
19- // Be sure to include styles at some point, probably during your bootstraping
20- import ' @trendmicro/react-buttons/dist/react-buttons.css' ;
21- ```
17+ ``` js
18+ import { Button , ButtonGroup , ButtonToolbar , ButtonDropdown } from ' @trendmicro/react-buttons' ;
19+
20+ // Be sure to include styles at some point, probably during your bootstraping
21+ import ' @trendmicro/react-buttons/dist/react-buttons.css' ;
22+ ```
2223
2324## Usage
2425
You can’t perform that action at this time.
0 commit comments