How to Build Custom Widgets Without using Blade/Livewire Components?
I want to make a dashboard with 4 widgets. They are not tables, charts or stats. They are simply 4 sections with title, description and a button to download specific reports (clicking on which opens an export wizard). Closest thing they relate to are Export Wizards but there a bunch of them side by side on the same page.
I know that I can use the livewire components but I want it to be the last option. I want to use pre-built components in the first priority.
I have attached a screenshot for reference.
Kindly help.
1 Reply
Widgets are livewire components. And there’s no pre built for this so you will need to make custom widgets.