From f56d9e7d01721da29e0baced4ee4a15463ee8fe5 Mon Sep 17 00:00:00 2001 From: Dubhe Date: Fri, 20 Sep 2024 17:08:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(calendar):=20mobile-react=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=A2=9E=E5=8A=A0calendar=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/mobile/api/calendar.en-US.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/mobile/api/calendar.en-US.md diff --git a/docs/mobile/api/calendar.en-US.md b/docs/mobile/api/calendar.en-US.md new file mode 100644 index 0000000000..2918b013c6 --- /dev/null +++ b/docs/mobile/api/calendar.en-US.md @@ -0,0 +1,31 @@ +--- +title: Calendar +description: Container for displaying data or dates in a calendar format. +isComponent: true +usage: { title: '', description: '' } +spline: data +--- + +### Select Single Date + +{{ base }} + +### Select Multiple Date + +{{ multiple }} + +### Select Date Range + +{{ range }} + +### Custom Text + +{{ custom-text }} + +### Custom Button + +{{ custom-button }} + +### Custom Date Range + +{{ custom-range }}