@code-coaching/vuetiful 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,3 +18,7 @@ TailwindCSS is added as a dependency in the consuming app, but is not mandatory
|
|
|
18
18
|
# Docs
|
|
19
19
|
|
|
20
20
|
[Vuetiful Docs](https://vuetiful.dev)
|
|
21
|
+
|
|
22
|
+
# Credits
|
|
23
|
+
|
|
24
|
+
Inspiration for this project comes from [Skeleton](https://skeleton.dev) - a UI Toolkit for SvelteKit. If you are looking for a SvelteKit UI Toolkit, I highly recommend it.
|