We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b087e commit ac81000Copy full SHA for ac81000
docs/getting-started.md
@@ -33,7 +33,13 @@ module.exports = {
33
},
34
'vxvue-alt': {
35
...
36
- }
+ },
37
+ 'success': {
38
+ ...
39
40
+ 'error': {
41
42
43
}
44
45
@@ -46,4 +52,25 @@ import 'vx-vue/vx-vue.css'
46
52
```
47
53
to your main.js or index.js file.
48
54
49
-The components use an extra color palette.
55
+The components then use the extra color palettes. In particular the following shades are used:
56
+```
57
+*-vxvue
58
+*-vxvue-50
59
+*-vxvue-100
60
+*-vxvue-600
61
+*-vxvue-700
62
+
63
+*-vxvue-alt
64
+*-vxvue-alt-50
65
+*-vxvue-alt-100
66
+*-vxvue-alt-300
67
+*-vxvue-alt-800
68
+*-vxvue-alt-900
69
70
+*-error
71
+*-error-50
72
+*-error-600
73
74
+*-success
75
+*-success-700
76
0 commit comments