|
|
|
|
|
by rozenmd
152 days ago
|
|
Sure Bootstrap is better, for you. Your postscript explains why: using the same "btn-primary" as every other user of the framework hints that you're not building something with its own visual identity. For the rest of us, we throw that "bg-sky-500 hover:bg-sky-600 active:bg-sky-700 text-white px-4 py-2 rounded-lg" (or whatever color and shape matches our brand) into a component with a variant=primary property and call it a day. What developers actually see on a day-to-day basis is <Button variant="primary" />. |
|
You know that bootstrap is trivial to customise right?
It turns out identifying primary and secondary buttons is a pretty standard thing in any kind of UI that has... buttons.