Hacker News new | ask | show | jobs
by colordrops 3475 days ago
> But when I see a component for a button, you know, just a regular styled link... I wonder if there is really a purpose to that?

Why shouldn't there be a component for a button? Buttons can have endless styles and animations. They have a myriad of behaviors. For instance, there are differences in how they could respond to touches versus mouse clicks. They have a standard interface. With a component, you could keep them consistent across an application and share them across applications.