diff --git a/src/lib/components/DataInput/Textarea.stories.svelte b/src/lib/components/DataInput/Textarea.stories.svelte
new file mode 100644
index 0000000..a21333d
--- /dev/null
+++ b/src/lib/components/DataInput/Textarea.stories.svelte
@@ -0,0 +1,48 @@
+
+
+{#snippet template(props: ComponentProps)}
+
+{/snippet}
+
+
\ No newline at end of file
diff --git a/src/lib/components/DataInput/Textarea.svelte b/src/lib/components/DataInput/Textarea.svelte
new file mode 100644
index 0000000..67d198c
--- /dev/null
+++ b/src/lib/components/DataInput/Textarea.svelte
@@ -0,0 +1,49 @@
+
+
+
\ No newline at end of file
diff --git a/src/lib/components/DataInput/index.ts b/src/lib/components/DataInput/index.ts
new file mode 100644
index 0000000..d6303c2
--- /dev/null
+++ b/src/lib/components/DataInput/index.ts
@@ -0,0 +1 @@
+export { default as Textarea } from './Textarea.svelte';
\ No newline at end of file