feat(components): add the Textarea component

This commit is contained in:
Reed Krantz
2026-01-12 20:01:32 -06:00
parent 0df7b7909f
commit 7738a8fa78
4 changed files with 165 additions and 0 deletions

View File

@@ -17,3 +17,4 @@ pub use edit_quote::EditQuote;
pub mod calendar;
pub mod date_picker;
pub mod popover;
pub mod textarea;