feat: add Textarea component

This commit is contained in:
hafidnrzs
2025-03-16 01:40:02 +07:00
parent fb99b41b3a
commit a07e3c21d6
4 changed files with 110 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
export * from './button';
export * from './input';
export * from './password-input';
export * from './textarea';