# input
提供可交互的界面,接收用户的输入,默认为单行
# 子组件
不支持
# 属性
支持通用属性
名称 | 类型 | 默认值 | 必填 | 描述 |
---|---|---|---|---|
type | button | checkbox | radio | text | date | text | 否 | 支持动态修改 |
checked | <boolean> | false | 否 | 当前组件的 checked 状态,可触发 checked 伪类,type 为 checkbox 时生效 |
name | <string> | - | 否 | input 组件名称 |
value | <string> | - | 否 | input 组件的值 |
placeholder | <string> | - | 否 | 提示文本的内容,type 为 text|date时生效 |
# 样式
支持通用样式
名称 | 类型 | 默认值 | 必填 | 描述 |
---|---|---|---|---|
color | <color> | #000 | 否 | 文本颜色 |
font-size | <length> | 43.2px | 否 | 文本尺寸 |
placeholder-color | <color> | #000 | 否 | 提示文本的颜色,type 为 text|date 时生效 |
width | <length> | <percentage> | - | 否 | 组件宽度 |
height | <length> | <percentage> | - | 否 | 组件高度 |
# 事件
支持通用事件
input组件
提供可交互的界面,接收用户的输入,默认为单行
按钮
```html
```
复制代码
设计尺寸:750X750
多选框
```html
选项1
选项2
```
复制代码
设计尺寸:750X750
日期
```html
```
复制代码
设计尺寸:750X750
单选框
```html
选项1
选项2
```
复制代码
设计尺寸:750X750
文本输入框
```html
```
复制代码
设计尺寸:750X750
←
→