ColinEberhardt / applause-button

A zero-configuration medium-style button for adding applause / claps / kudos to web pages and blog posts
http://applause-button.com/
MIT License
427 stars 41 forks source link

feat: Accessible clap button and other improvements #106

Open chriswilty opened 2 days ago

chriswilty commented 2 days ago

Now using a native html <button> for instant a11y improvements, including keyboard focusability and semantics.

Other improvements:

I must admit, this one is non-trivial to review as there are plenty of changes, including to the stylesheet, which I tried to simplify a little. In a subsequent PR I will simplify this further by junking SASS in favour of pure CSS.

I suggest you check it out, run it locally using yarn test:serve then view it / click it a bit to see how it behaves. Note you'll need Node >= 18.17 to run it.