1.0.0-alpha.2 • Published 12 months ago

@talixo/textarea v1.0.0-alpha.2

Weekly downloads
16
License
MIT
Repository
github
Last release
12 months ago

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 nameTypeDefaultDescription
classNamestringn/aAdditional class name passed to wrapper
disabledbooln/aRead-only textarea
placeholderstringn/aCustom placeholder to show in textarea
resizebooltrueAllow to resize textarea
TextareaComponentcomponent'textarea'Allow to use custom component
onChangefunctionn/aHandler for change
valuestringself-controlledValue to show in textarea

Changelog

  • 0.1.0 - initial version