laravel / jetstream

Tailwind scaffolding for the Laravel framework.
https://jetstream.laravel.com
MIT License
3.93k stars 809 forks source link

Add Disabled Class to Primary Button #1482

Closed alnutile closed 2 months ago

alnutile commented 2 months ago

I add this on all projects maybe the buttons should come with this by default?

Benefit to the user: Allows the developer to show a button is not enabled to the user.

CleanShot 2024-05-04 at 18 51 59@2x

then when enabled:

CleanShot 2024-05-04 at 18 52 15@2x

alnutile commented 2 months ago

🙃