mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-16 01:41:02 +08:00
882cec62d6
* docs: Add components overview page * fix detail * remove ContributorsList form overview page * fix components url * improve code style * remove extra file * fix detail * fix lint * fix lint * docs: Finish components overview page * fix lint * docs: Update cover * fix lint * update cover * update menu * improve overview page * refactor code * fix order * update title * add components count * fix overview page ssr bug * move less file * update title margin Co-authored-by: arvinxx <arvinx@foxmail.com>
685 B
685 B
type | category | title | cols | subtitle | cover |
---|---|---|---|---|---|
反馈 | Components | Result | 1 | 结果 | https://gw.alipayobjects.com/zos/alicdn/EuEXmy7nO/Result.svg |
用于反馈一系列操作任务的处理结果。
何时使用
当有重要操作需告知用户处理结果,且反馈内容较为复杂时使用。
API
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
title | title 文字 | ReactNode | - |
subTitle | subTitle 文字 | ReactNode | - |
status | 结果的状态,决定图标和颜色 | success | error | info | warning | 404 | 403 | 500 |
info |
icon | 自定义 icon | ReactNode | - |
extra | 操作区 | ReactNode | - |