feat(ui): Add Toaster and Textarea components
- Introduce Toaster component using vue-sonner for notifications - Implement Textarea component with v-model support and customizable classes
This commit is contained in:
parent
13b3adf876
commit
8515b1343e
6 changed files with 67 additions and 11 deletions
1
src/components/ui/textarea/index.ts
Normal file
1
src/components/ui/textarea/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { default as Textarea } from './Textarea.vue'
|
||||
Loading…
Add table
Add a link
Reference in a new issue