We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4531564 commit 4b29358Copy full SHA for 4b29358
packages/react-vant/src/components/calendar/README.md
@@ -62,6 +62,7 @@ import { Calendar } from 'react-vant';
62
| maxDate | 可选择的最大日期 | _Date_ | 当前日期的六个月后 |
63
| rowHeight | 日期行高 | _number \| string_ | `64` |
64
| formatter | 日期格式化函数 | _(day: Day) => Day_ | - |
65
+| horizontal | 水平滑动 | _boolean_ | - |
66
| poppable | 是否以弹层的形式展示日历 | _boolean_ | `true` |
67
| lazyRender | 是否只渲染可视区域的内容 | _boolean_ | `false` |
68
| showMark | 是否显示月份背景水印 | _boolean_ | `true` |
0 commit comments