From ad0867eaa762655a8fc4d8a822782e66a6f22e84 Mon Sep 17 00:00:00 2001 From: Alison Joseph Date: Mon, 19 Oct 2020 15:13:53 -0500 Subject: [PATCH] fix: add time picker to website --- src/pages/components/date-picker/code.mdx | 51 ++++++++++++++++++---- src/pages/components/date-picker/usage.mdx | 51 ++++++++++++++++++---- 2 files changed, 86 insertions(+), 16 deletions(-) diff --git a/src/pages/components/date-picker/code.mdx b/src/pages/components/date-picker/code.mdx index 72cf9e104fa..3ef8429f191 100755 --- a/src/pages/components/date-picker/code.mdx +++ b/src/pages/components/date-picker/code.mdx @@ -64,9 +64,16 @@ usage documentation, see the Storybooks for each framework below. id: 'range-calendar', label: 'Range with calendar', }, + , + { + id: 'time-picker', + label: 'Time picker', + }, ]}> - `} - `} - `} - - + {` + + + + + + + + + + + `} + diff --git a/src/pages/components/date-picker/usage.mdx b/src/pages/components/date-picker/usage.mdx index 55f55586edc..c02100fa3cc 100755 --- a/src/pages/components/date-picker/usage.mdx +++ b/src/pages/components/date-picker/usage.mdx @@ -64,9 +64,16 @@ for scheduling tasks. id: 'range-calendar', label: 'Range with calendar', }, + , + { + id: 'time-picker', + label: 'Time picker', + }, ]}> - `} - `} - `} - - + {` + + + + + + + + + + + `} + ## Formatting