davidhu2000 / react-spinners

A collection of loading spinner components for react
https://www.davidhu.io/react-spinners
MIT License
3.01k stars 261 forks source link

rewrite part of docs page in functional components #536

Closed davidhu2000 closed 1 year ago

davidhu2000 commented 1 year ago

What changes are introduced?

rewrote a few components in docs in functional components, but left color picker alone for now as I need to figure out how to do click outside detection since the current one does not work for functional components.

Any screenshots?