Closed dissto closed 1 month ago
This PR adds support for Filaments MaxWidth::class enum.
MaxWidth::class
You could do something like this before:
RecentlyPlugin::make() ->width(fn () => MaxWidth::ThreeExtraLarge->value)
Now you could do:
RecentlyPlugin::make() ->width(MaxWidth::ThreeExtraLarge)
Before:
After:
Just an idea, let me know what you think. 🤓
Thank you. 😀
This PR adds support for Filaments
MaxWidth::class
enum.You could do something like this before:
Now you could do:
Before:
After:
Just an idea, let me know what you think. 🤓