@talixo/textarea

1.0.0-alpha.2 • Public • Published

Talixo Textarea

UI Component which represents Textarea

How to install

Package is available as @talixo/textarea in NPM registry, so you can use it in your project using npm install @talixo/textarea --save or yarn add @talixo/textarea.

Requirements

Your package should additionally have some extra dependencies:

  • prop-types: ^15.6.1
  • react: ^16.2.0
  • react-dom: ^16.2.0
  • @talixo/shared: ^0.1.0

These packages are required by @talixo/textarea, but you have to install them manually, to avoid having different versions of these in your application.

Supported props

This components allow any props which can be passed to textarea (or equivalent component). Also, handles some differently:

Property name Type Default Description
className string n/a Additional class name passed to wrapper
disabled bool n/a Read-only textarea
placeholder string n/a Custom placeholder to show in textarea
resize bool true Allow to resize textarea
TextareaComponent component 'textarea' Allow to use custom component
onChange function n/a Handler for change
value string self-controlled Value to show in textarea

Changelog

  • 0.1.0 - initial version

Readme

Keywords

none

Package Sidebar

Install

npm i @talixo/textarea

Weekly Downloads

2

Version

1.0.0-alpha.2

License

MIT

Unpacked Size

16.2 kB

Total Files

8

Last publish

Collaborators

  • pkawula2
  • jakubzol_talixo
  • kkmita
  • nowaak
  • michalochman