From 372b413ca6cb40e515b5404dd73c53b0e91373cf Mon Sep 17 00:00:00 2001 From: unix Date: Sat, 16 May 2020 22:55:17 +0800 Subject: [PATCH] docs(input): add docs for iconRight --- pages/en-us/components/input.mdx | 6 ++++-- pages/zh-cn/components/input.mdx | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pages/en-us/components/input.mdx b/pages/en-us/components/input.mdx index 9cd494b..e87f846 100644 --- a/pages/en-us/components/input.mdx +++ b/pages/en-us/components/input.mdx @@ -105,10 +105,12 @@ Retrieve text input from a user. - } placeholder="The Evil Rabbit" /> + } placeholder="GitHub" /> + + } placeholder="GitHub" /> `} /> diff --git a/pages/zh-cn/components/input.mdx b/pages/zh-cn/components/input.mdx index 88c2b16..89835cb 100644 --- a/pages/zh-cn/components/input.mdx +++ b/pages/zh-cn/components/input.mdx @@ -105,10 +105,12 @@ export const meta = { } placeholder="输入 Git 地址" /> + + } placeholder="输入 Git 地址" /> `} />