Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 594 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 594 Bytes

RagePower

npm version

A React wrapper component for your rage typing need.

Inspired by this atom plugin

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