UNPKG

@blueprintjs/core

Version:

Core styles & components

29 lines (16 loc) 751 B
@# Text area **TextArea** is a multiline text input component which can be controlled similar to an [**InputGroup**](#core/components/input-group) component or `<input>` element. @reactExample TextAreaExample @## Props interface @interface TextAreaProps @## CSS API <div class="@ns-callout @ns-intent-warning @ns-icon-warning-sign @ns-callout-has-body-content"> <h5 class="@ns-heading"> Deprecated API: use [`<TextArea>`](#core/components/text-area) </h5> CSS APIs for Blueprint components are considered deprecated, as they are verbose, error-prone, and they often fall out of sync as the design system is updated. You should use the React component APIs instead. </div> Apply `Classes.INPUT` to a `<textarea>` element. @css textarea