rage-power
v1.0.0
Published
Activate the raging power mode in the React world
Downloads
11
Readme
RagePower
Inspired by atom plugin
A React wrapper component for your rage typing need.
Installation
npm install --save rage-power
Usage
Wrap this component around your input component.
import RagePower from 'rage-power';
const RageTextarea = () => (
<RagePower>
<textarea/>
</RagePower>
);
License
MIT © Zero Cho