xst-textarea
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

xst-textarea

dumi build status Codecov

Pretty Textarea react component used in ant.design.

Live Demo

https://react-component.github.io/textarea/

Usage

import Textarea from 'xst-textarea';
import { render } from 'react-dom';

render(<Textarea />, mountNode);

API

Property Type Default Description
prefixCls string xst-textarea
className string '' additional class name of textarea
style React.CSSProperties - style properties of textarea
autoSize boolean | object - Height autosize feature, can be set to true|false or an object { minRows: 2, maxRows: 6 }
maxlength Number - 用户最多可以输入的字符个数
allowInputOverMax boolean false 超出 maxlength 后是否允许继续输入
onPressEnter function(e) - The callback function that is triggered when Enter key is pressed
onResize function({ width, height }) - The callback function that is triggered when resize

Development

npm install
npm start

License

xst-textarea is released under the MIT license.

Package Sidebar

Install

npm i xst-textarea

Weekly Downloads

6

Version

1.0.2

License

MIT

Unpacked Size

48.2 kB

Total Files

17

Last publish

Collaborators

  • xiaoshutong