diff --git a/playground/app.vue b/playground/app.vue index 0542cd01..6a7119aa 100644 --- a/playground/app.vue +++ b/playground/app.vue @@ -27,6 +27,7 @@ const components = [ 'slideover', 'switch', 'tabs', + 'textarea', 'tooltip' ] diff --git a/playground/pages/textarea.vue b/playground/pages/textarea.vue new file mode 100644 index 00000000..7cfe291f --- /dev/null +++ b/playground/pages/textarea.vue @@ -0,0 +1,34 @@ + + + diff --git a/src/runtime/components/Textarea.vue b/src/runtime/components/Textarea.vue new file mode 100644 index 00000000..d9ef06d5 --- /dev/null +++ b/src/runtime/components/Textarea.vue @@ -0,0 +1,175 @@ + + + + +