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
7979| ` vsingleemit ` | Single emit for defineEmits |
8080| ` vsingleemit-nopayload ` | Single emit for defineEmits with no payload |
8181
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+
8295### Pinia
8396
8497| Snippet | Purpose |
You can’t perform that action at this time.
0 commit comments