# Input 输入框

文本输入

## 使用示例

<!-- <Half> -->

### 基本用法

[Example: Input](./_example/InputExample.jsx)

### 密码输入

[Example: InputPassword](./_example/InputPasswordExample.jsx)

### 前后装饰

配合 [InputAdornment](/component/inputadornment) 组件添加首尾装饰内容。

[Example: InputWithInputAdornment](./_example/InputWithInputAdornmentExample.jsx)

<!-- </Half> -->

## 组件属性

[Interface: InputProps](./Input.tsx)

[Interface: TextAreaProps](./TextArea.tsx)

[Interface: InputPasswordProps](./InputPassword.tsx)

