Hacker News new | ask | show | jobs
by kartoffelmos 2915 days ago
Pretty cool! Small thing: you should use button tags for the examples – you're losing a lot of built-in accessibility by using div tags (for instance keyboard navigation).

How does these handle being applied to anchor (a) tags? Some times you want links to appear as buttons :)

1 comments

It also works with (a) tags: <a class="button btcolor pill" href="#"> Button Link</a> I need to add this in the examples.