amis/docs/zh-CN/components/status.md

27 lines
578 B
Markdown
Raw Normal View History

2020-07-28 10:03:53 +08:00
---
title: Status 状态
description:
2020-07-28 10:03:53 +08:00
type: 0
group: ⚙ 组件
menuName: Status
icon:
2020-07-28 10:03:53 +08:00
order: 65
---
## 基本用法
```schema: scope="body"
2020-07-28 10:03:53 +08:00
{
"type": "status",
"value": 1
}
```
## 属性表
| 属性名 | 类型 | 默认值 | 说明 |
| ----------- | -------- | ------ | ------------------------------- |
| type | `string` | | `"status"` 指定为 Status 渲染器 |
| className | `string` | | 外层 Dom 的类名 |
| placeholder | `string` | `-` | 占位文本 |