react-circle
react-circle copied to clipboard
Loading mode
It'd be nice to have a "loading mode" where the circle just spins as a loading indicator.
Yeah can't we have that without any progress?
Interesting! I think we can add it, in terms of api, will you just pass something like?
import Circle from 'react-circle'
<Circle isLoading />
I think just loading would be more elegant:
<Circle loading />
Or maybe just default to "loading mode" if no progress is passed.