JSPM

  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q51587F
  • License MIT

Textarea component for real system.

Package Exports

  • @real-system/textarea
  • @real-system/textarea/lib/index.esm.js
  • @real-system/textarea/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@real-system/textarea) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@real-system/textarea

Textarea component for real system.

npm version minified size

Usage

# install peer dependencies

# npm
$ npm install react react-dom @real-system/box-primitive @real-system/input @real-system/styling-library @real-system/theme-library
# yarn
$ yarn add react react-dom @real-system/box-primitive @real-system/input @real-system/styling-library @real-system/theme-library

# install textarea

# npm
$ npm install @real-system/textarea
# yarn
$ yarn add @real-system/textarea

Code Example

import { Textarea } from '@real-system/textarea';

...