Skip to content

A React wrapper component for your rage typing need.

Notifications You must be signed in to change notification settings

itszero/rage-power

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A React wrapper component for your rage typing need.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published