From 9d8ca6840221bf38198239daeed928b5601ebd03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=9F=E8=B0=83=E8=B0=83=E2=84=A2?= Date: Sat, 31 Jul 2021 01:45:38 +0800 Subject: [PATCH] Update README.md --- components/Toast/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/components/Toast/README.md b/components/Toast/README.md index 5c42f8704..96b83bfb6 100644 --- a/components/Toast/README.md +++ b/components/Toast/README.md @@ -1,10 +1,8 @@ -Switch 开关 +Toast 轻提示 --- 一种轻量级反馈/提示,可以用来显示不会打断用户操作的内容,适合用于页面转场、数据交互的等场景中。 - - ## 基础示例 ```jsx @@ -30,4 +28,4 @@ function Demo() { |------|------|-----|------| | `content` | 提示内容 | string | - | | `duration` | 提示持续时间 | number | 2s | -| `icon` | 自定义提示`icon` | string | `info` | \ No newline at end of file +| `icon` | 自定义提示`icon` | string | `info` |