Widget
How to customize default account widget?i want to add a "home button" that will redirect me to "/". Since it's just a single button,i want to just put it inside the account widget
If what i said above can't be achieved,how to add a custom widget that only display the button instead?all the video on YouTube only show how to make chart widget
If what i said above can't be achieved,how to add a custom widget that only display the button instead?all the video on YouTube only show how to make chart widget
Solution
I recently had THIS video based on the Cachet dashboard with static texts/links: https://www.youtube.com/watch?v=usEpUVTE3TA
YouTubeFilament Daily
Cachet project has an example of very simple widgets that I wanted to show.
Source: https://github.com/cachethq/core/tree/3321dbab6b533cc737c223f4310a6dd2e4b02cc0/src/Filament/Widgets
More Filament examples on our website: https://filamentexamples.com
Source: https://github.com/cachethq/core/tree/3321dbab6b533cc737c223f4310a6dd2e4b02cc0/src/Filament/Widgets
More Filament examples on our website: https://filamentexamples.com
