Last updated 2 years ago
you can use Textarea::class to build a Textarea input like this
Textarea::class
Textarea::make('name');
this class works with vue ViltTextArea.vue
ViltTextArea.vue