@@ -81,25 +81,21 @@ These snippets were made to speed up Vue 3 development. With it you can write bo
81
81
82
82
### CSS
83
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.
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 |
94
92
95
93
### Pinia
96
94
97
- | Snippet | Purpose |
98
- | ---------------------- | ------------------------------------------------------------ |
99
- | ` pstore ` | Base code needed for a Pinia store file |
100
- | ⚠️ ` pstore-composition ` | Base code needed for a Pinia store file with Composition API |
101
-
102
- > Snippets with ⚠️ symbol are unreleased.
95
+ | Snippet | Purpose |
96
+ | -------------------- | ------------------------------------------------------------ |
97
+ | ` pstore ` | Base code needed for a Pinia store file |
98
+ | ` pstore-composition ` | Base code needed for a Pinia store file with Composition API |
103
99
104
100
### Vue Router
105
101
@@ -135,32 +131,28 @@ These snippets were made to speed up Vue 3 development. With it you can write bo
135
131
| ` nhead-template ` | ` useHead ` composable with title template |
136
132
| ` npagemeta ` | ` definePageMeta ` composable |
137
133
| ` npagemeta-description ` | ` definePageMeta ` composable with description |
138
- | ⚠️ ` nplugin ` | Base code for Nuxt plugin |
139
- | ⚠️ ` nmiddleware ` | Base code for Nuxt middleware |
140
- | ⚠️ ` nserverroute ` | Base code for Nuxt server route |
141
-
142
- > Snippets with ⚠️ symbol are unreleased.
134
+ | ` nplugin ` | Base code for Nuxt plugin |
135
+ | ` nmiddleware ` | Base code for Nuxt middleware |
136
+ | ` nserverroute ` | Base code for Nuxt server route |
143
137
144
138
### Histoire
145
139
146
- | Snippet | Purpose |
147
- | ------------------------- | ------------------------------------ |
148
- | ⚠️ ` hconfig ` | Histoire config for Vue 3 |
149
- | ⚠️ ` hconfig-nuxt ` | Histoire config for Nuxt 3 |
150
- | ⚠️ ` hbase ` | Base code for story |
151
- | ⚠️ ` hbase-variant ` | Base code for story with variant |
152
- | ⚠️ ` hbase-grid ` | Base code for story with grid layout |
153
- | ⚠️ ` hvariant ` | Story variant |
154
- | ⚠️ ` hgrid ` | Histoire grid layout |
155
- | ⚠️ ` hcontrols-base ` | Histoire controls base |
156
- | ⚠️ ` hcontrols-button ` | Histoire controls - Button |
157
- | ⚠️ ` hcontrols-buttongroup ` | Histoire controls - Button Group |
158
- | ⚠️ ` hcontrols-checkbox ` | Histoire controls - Checkbox |
159
- | ⚠️ ` hcontrols-number ` | Histoire controls - Number |
160
- | ⚠️ ` hcontrols-text ` | Histoire controls - Text |
161
- | ⚠️ ` hcontrols-textarea ` | Histoire controls - Textarea |
162
-
163
- > Snippets with ⚠️ symbol are unreleased.
140
+ | Snippet | Purpose |
141
+ | ----------------------- | ------------------------------------ |
142
+ | ` hconfig ` | Histoire config for Vue 3 |
143
+ | ` hconfig-nuxt ` | Histoire config for Nuxt 3 |
144
+ | ` hbase ` | Base code for story |
145
+ | ` hbase-variant ` | Base code for story with variant |
146
+ | ` hbase-grid ` | Base code for story with grid layout |
147
+ | ` hvariant ` | Story variant |
148
+ | ` hgrid ` | Histoire grid layout |
149
+ | ` hcontrols-base ` | Histoire controls base |
150
+ | ` hcontrols-button ` | Histoire controls - Button |
151
+ | ` hcontrols-buttongroup ` | Histoire controls - Button Group |
152
+ | ` hcontrols-checkbox ` | Histoire controls - Checkbox |
153
+ | ` hcontrols-number ` | Histoire controls - Number |
154
+ | ` hcontrols-text ` | Histoire controls - Text |
155
+ | ` hcontrols-textarea ` | Histoire controls - Textarea |
164
156
165
157
## Contributing
166
158
0 commit comments