web-app/src/components/ui/textarea/index.ts
padreug 8515b1343e 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
2025-07-02 16:24:12 +02:00

1 line
53 B
TypeScript

export { default as Textarea } from './Textarea.vue'