react-shortcuts
react-shortcuts copied to clipboard
Accept style props?
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.