Input
A form element for user text input, resembling a standard textarea field.
Helper text
Usage
API Reference
In addition to all the props defined as React.InputHTMLAttributes<HTMLInputElement>
, Input
component also includes the following props:
Prop | Value | Default |
---|---|---|
description | ReactNode | / |
destructive | boolean | false |
disabled | boolean | false |
helperText | ReactNode | / |
label | ReactNode | / |
required | boolean | false |
tooltip | ReactNode | / |