davidhu2000 / react-spinners

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

Update colors prop to validate using typings #557

Open davidhu2000 opened 1 year ago

davidhu2000 commented 1 year ago

Currently, the cooor prop runs through a custom function that validates the color is valid. Maybe worth looking into if we can utilize the css typings to auto verify it.