+
+
+ hi
+
+ Nuxt module playground!
+
+
diff --git a/packages/module/playground/components.json b/packages/module/playground/components.json
new file mode 100644
index 00000000..bc7b4a3f
--- /dev/null
+++ b/packages/module/playground/components.json
@@ -0,0 +1,15 @@
+{
+ "style": "default",
+ "typescript": true,
+ "tailwind": {
+ "config": "tailwind.config.js",
+ "css": "assets/css/tailwind.css",
+ "baseColor": "slate",
+ "cssVariables": true
+ },
+ "framework": "nuxt",
+ "aliases": {
+ "components": "@/components",
+ "utils": "@/lib/utils"
+ }
+}
diff --git a/packages/module/playground/components/ui/button/Button.vue b/packages/module/playground/components/ui/button/Button.vue
new file mode 100644
index 00000000..d721b1ab
--- /dev/null
+++ b/packages/module/playground/components/ui/button/Button.vue
@@ -0,0 +1,23 @@
+
+
+