Components

TextArea

<TextArea />

Wrapped textarea html element.

Usage

import { TextArea, TextAreaProps } from '@adminjs/design-system'
See:

View Source adminjs-design-system/src/atoms/text-area.tsx, line 33

Example

Type Definitions

object

# TextAreaProps

Prop Types of a TextArea component.

It extends all SpaceProps, TypographyProps and LayoutProps

Properties:
Name Type Attributes Description
... string <optional>

All props default to textarea html component like onChange, value etc.

... string <optional>

Props from SpaceProps, TypographyProps and LayoutProps + they extend InputProps

View Source adminjs-design-system/src/atoms/text-area.tsx, line 52