react-circle icon indicating copy to clipboard operation
react-circle copied to clipboard

Loading mode

Open 0x6C38 opened this issue 6 years ago • 3 comments

It'd be nice to have a "loading mode" where the circle just spins as a loading indicator.

0x6C38 avatar Mar 18 '19 02:03 0x6C38

Yeah can't we have that without any progress?

ghost avatar Apr 10 '19 20:04 ghost

Interesting! I think we can add it, in terms of api, will you just pass something like?

import Circle from 'react-circle'

<Circle isLoading />

zzarcon avatar Sep 17 '19 12:09 zzarcon

I think just loading would be more elegant:

<Circle loading />

Or maybe just default to "loading mode" if no progress is passed.

0x6C38 avatar Sep 19 '19 22:09 0x6C38