File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,19 @@ These snippets were made to speed up Vue 3 development. With it you can write bo
79
79
| ` vsingleemit ` | Single emit for defineEmits |
80
80
| ` vsingleemit-nopayload ` | Single emit for defineEmits with no payload |
81
81
82
+ ### CSS
83
+
84
+ | Snippet | Purpose |
85
+ | ---------------------------------- | -------------------------------------------- |
86
+ | ⚠️ ` vcss-transition ` | Vue Transition styles |
87
+ | ⚠️ ` vcss-transition-named ` | Vue Named Transition styles |
88
+ | ⚠️ ` vcss-transition-tailwind ` | Vue Transition styles for Tailwind CSS |
89
+ | ⚠️ ` vcss-transition-named-tailwind ` | Vue Named Transition styles for Tailwind CSS |
90
+ | ⚠️ ` vcss-transition-group ` | Vue Transition Group styles |
91
+ | ⚠️ ` vcss-transition-group-tailwind ` | Vue Transition Group styles for Tailwind CSS |
92
+
93
+ > Snippets with ⚠️ symbol are unreleased.
94
+
82
95
### Pinia
83
96
84
97
| Snippet | Purpose |
You can’t perform that action at this time.
0 commit comments