We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79e978 commit da1824dCopy full SHA for da1824d
README.md
@@ -21,13 +21,13 @@ import 'vue-status-indicator'
21
HTML/Vue:
22
23
```html
24
-<status-indicator type="active" pulse></status-indicator>
+<status-indicator active pulse></status-indicator>
25
```
26
27
### API
28
29
30
-<status-indicator type="active|positive|intermediary|negative" pulse="true|false"></status-indicator>
+<status-indicator active|positive|intermediary|negative pulse></status-indicator>
31
32
33
You are able to customize the dot by CSS variables, default configuration is listed below.
index.html
@@ -6,6 +6,6 @@
6
</head>
7
<body>
8
<div id="app"></div>
9
- <script src="/dist/build.js"></script>
+ <script src="dist/build.js"></script>
10
</body>
11
</html>
0 commit comments