-
-
Message
-
Message component like a toast
-
+
+
+
+ Solid
+ Outline
+ Soft
+ Ghost
+ Link
+
+
+ {{ `
+
+ Solid
+ Outline
+ Soft
+ Ghost
+ Link
+ ` }}
+
+
-
-
-
-
- app.vue
-
+
+
+
+ amber
+ violet
+ red
+ emerald
+ cyan
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ {{ `
+
+ amber
+ violet
+ red
+ emerald
+ ` }}
+
+
-
+
+
+
+ Button
+ Button
+ Button
+ Button
+ Button
+ Button
+
+
+ {{ `
+
+ Button
+ Button
+ Button
+ Button
+ Button
+ Button
+ ` }}
+
+
+
+
+
+
+
+
+ {{ `
+
+
+
+
+
+
+ `}}
+
+
+
+
+
+ Info 10s
+ Success
+ Warning
+ Error
+ Test
+
+
+ {{ `
+ const message = useMessage();
+
+ message.info('message info', 10000);
+ message.success('message success');
+ message.warning('message warning');
+ message.error('message error');` }}
+
+
+
-
+
diff --git a/.playground/pages/installation.vue b/.playground/pages/installation.vue
new file mode 100644
index 0000000..88e282b
--- /dev/null
+++ b/.playground/pages/installation.vue
@@ -0,0 +1,59 @@
+
+
+