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
Last updated 3 years ago