rage-power
v1.0.0
Published
Activate the raging power mode in the React world
Downloads
9
Readme
RagePower
Inspired by atom plugin

A React wrapper component for your rage typing need.
Installation
npm install --save rage-powerUsage
Wrap this component around your input component.
import RagePower from 'rage-power';
const RageTextarea = () => (
<RagePower>
<textarea/>
</RagePower>
);License
MIT © Zero Cho
