We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53fa5e commit e495284Copy full SHA for e495284
README.md
@@ -1,6 +1,6 @@
1
# <status-indicator/>
2
3
-A web component to show status indicator as colored dots. [Demo](https://2z6nk70qx0.codesandbox.io/)
+A web component to show status indicator as colored dots. [Demo](https://2z6nk70qx0.codesandbox.io/).
4
5
## Install
6
@@ -10,18 +10,24 @@ npm i status-indicator
10
11
## Usage
12
13
-Import status-indicator.css in your CSS or JavaScript
+Import status-indicator.css in your CSS or JavaScript.
14
+
15
+CSS:
16
17
```css
18
@import 'status-indicator'
19
```
20
21
+JavaScript:
22
23
```javascript
24
import 'status-indicator/styles.css'
25
26
27
+HTML/React:
28
29
```html
-<status-indicator></status-indicator>
30
+<status-indicator active pulse></status-indicator>
31
32
33
### API
0 commit comments