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

New feature/add loading

Open lfbn opened this issue 8 years ago • 0 comments

In sequence of #109 I've added this feature. Can be used, for example, like this:

<Toggle
  loading={this.state.loadingData} checked={true} />

lfbn avatar Oct 07 '17 22:10 lfbn