Skip to content

Commit 373503f

Browse files
committed
Updated README.md
1 parent 9c964e4 commit 373503f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,21 @@ npm i vue-status-indicator
1111
```
1212

1313
## Usage
14+
Import status-indicator.css in your CSS or JavaScript.
1415

15-
Import `status-indicator`.
16+
CSS:
17+
18+
```css
19+
@import 'vue-status-indicator'
20+
```
21+
22+
JavaScript:
23+
24+
```javascript
25+
import 'vue-status-indicator/styles.css'
26+
```
27+
28+
Import component `status-indicator`.
1629

1730
```javascript
1831
import 'vue-status-indicator'

0 commit comments

Comments
 (0)