diff --git a/app/javascript/dashboard/components-next/textarea/TextArea.story.vue b/app/javascript/dashboard/components-next/textarea/TextArea.story.vue new file mode 100644 index 000000000..0a31f76c0 --- /dev/null +++ b/app/javascript/dashboard/components-next/textarea/TextArea.story.vue @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/dashboard/components-next/textarea/TextArea.vue b/app/javascript/dashboard/components-next/textarea/TextArea.vue new file mode 100644 index 000000000..d7243bab8 --- /dev/null +++ b/app/javascript/dashboard/components-next/textarea/TextArea.vue @@ -0,0 +1,69 @@ + + + + + + {{ label }} + + + + + {{ characterCount }} / {{ maxLength }} + + + +