Skip to content

Commit ac81000

Browse files
committed
Docs: Added information about used color shades
1 parent b0b087e commit ac81000

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

docs/getting-started.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ module.exports = {
3333
},
3434
'vxvue-alt': {
3535
...
36-
}
36+
},
37+
'success': {
38+
...
39+
},
40+
'error': {
41+
...
42+
},
3743
}
3844
}
3945
}
@@ -46,4 +52,25 @@ import 'vx-vue/vx-vue.css'
4652
```
4753
to your main.js or index.js file.
4854

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

Comments
 (0)