Last updated 2 years ago
you can use Section::class to build a section between inputs
Section::class
Section::make('welcome to here')->color('primary')->icon('bx bx-user');
this class works with vue ViltSection.vue
ViltSection.vue