@instructure/ui-text-area
v10.10.0
Published
A styled HTML text area component
Downloads
21,821
Maintainers
Keywords
Readme
category: packages
ui-text-area
A styled HTML textarea Component.
Components
The ui-text-area
package contains the following:
Installation
npm install @instructure/ui-text-area
Usage
import React from 'react'
import { TextArea } from '@instructure/ui-text-area'
const MyTextArea = () => {
return <TextArea label="Course Description" maxHeight="10rem" />
}