I built an accessible, unstyled color wheel library using the Compound Components pattern. Here's what I learned.




Introduction


I've been working on a browser-based drawing app recently, and needed to build a color picker. I thought it might be a good learning experience to properly package it as a library and publish it to npm.

This...