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

Accept style props?

Open searene opened this issue 7 years ago • 0 comments

Something like this.

<Shortcuts name="app" handler={this.handler} style={{ color: "green" }}>
  <div>body</div>
</Shortcuts>

It would be more convenient to use style in some cases.

searene avatar Jun 18 '18 14:06 searene