0.0.8 • Published 5 years ago

textarea-no-scroll v0.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Installation

$ npm install textarea-no-scroll

Usage

Example:

 import TextareaNoScroll from 'textarea-no-scroll';
 
 ReactDOM.render(
     <TextAreaNoScroll />, 
     document.getElementById('app')
 );
 

Props

    className: string,
    disabled: string,
    value: string,
    defaultValue: string,
    placeholder: string,
    onChange: func,
    inputRef: func,
    maxLength: number, // 字数长度
    shouldHideLimitReset: bool, // 隐藏字数

Related

  • plop - Consistency Made Simple

License

This project is licensed under the MIT license.

0.0.8

5 years ago

0.0.7

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago