npm.io
1.0.0 • Published 9 years ago

rage-power

Licence
MIT
Version
1.0.0
Deps
2
Vulns
0
Weekly
0
Stars
130

RagePower

npm version

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