From fab22309bf0445436f67889adcf2b18188effbb7 Mon Sep 17 00:00:00 2001 From: ShiCheng Date: Tue, 21 Apr 2020 22:33:26 +0800 Subject: [PATCH] feat(docs): add antd TimePicker.RangePicker demo. (#811) --- docs/zh-cn/jsx-develop/quick-start.md | 5 +++++ docs/zh-cn/schema-develop/quick-start.md | 23 +++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/docs/zh-cn/jsx-develop/quick-start.md b/docs/zh-cn/jsx-develop/quick-start.md index 136e0d8e4b2..1a54cac2b59 100644 --- a/docs/zh-cn/jsx-develop/quick-start.md +++ b/docs/zh-cn/jsx-develop/quick-start.md @@ -239,6 +239,7 @@ const App = () => ( + { date: '2020-02-20', month: '2020-08', time: '22:29:53', + timerange: ['9:00:00', '18:00:00'], week: '2020-9th', number: 123, boolean: true, @@ -394,6 +396,7 @@ const App = () => { component={DatePicker.MonthPicker} /> + { month: '2020-08', year: '2023', time: '22:29:53', + timerange: ['9:00:00', '18:00:00'], week: '2020-9th', number: 123, boolean: true, @@ -550,6 +554,7 @@ const App = () => { component={DatePicker.MonthPicker} /> + ( x-component="MonthPicker" /> + { date: '2020-02-20', month: '2020-08', time: '22:29:53', + timerange: ['9:00:00', '18:00:00'], week: '2020-9th', number: 123, boolean: true, @@ -568,6 +577,12 @@ const App = () => { name="time" x-component="TimePicker" /> + { month: '2020-08', year: '2023', time: '22:29:53', + timerange: ['9:00:00', '18:00:00'], week: '2020-9th', number: 123, boolean: true, @@ -789,6 +806,12 @@ const App = () => { name="time" x-component="TimePicker" /> +