Skip to content

Commit 0d1113b

Browse files
committed
Documentation #30
1 parent decf8ae commit 0d1113b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)