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 }}