Skip to content

Commit 1026779

Browse files
committed
Merge branch 'dev' of github.com:trendmicro-frontend/react-buttons into dev
2 parents 75148c7 + bfa9e1f commit 1026779

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)