Skip to content

Commit 4b29358

Browse files
committed
docs: update calendar doc
1 parent 4531564 commit 4b29358

File tree

1 file changed

+1
-0
lines changed
  • packages/react-vant/src/components/calendar

1 file changed

+1
-0
lines changed

packages/react-vant/src/components/calendar/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ import { Calendar } from 'react-vant';
6262
| maxDate | 可选择的最大日期 | _Date_ | 当前日期的六个月后 |
6363
| rowHeight | 日期行高 | _number \| string_ | `64` |
6464
| formatter | 日期格式化函数 | _(day: Day) => Day_ | - |
65+
| horizontal | 水平滑动 | _boolean_ | - |
6566
| poppable | 是否以弹层的形式展示日历 | _boolean_ | `true` |
6667
| lazyRender | 是否只渲染可视区域的内容 | _boolean_ | `false` |
6768
| showMark | 是否显示月份背景水印 | _boolean_ | `true` |

0 commit comments

Comments
 (0)