multipledatapicker
v1.0.0
Published
react 基于 antdesign 的日期多选组件
Maintainers
Readme
React 日期天数多选组件
基于 Ant Design 中 DatePicker 组件二次封装的日期组件, 可实现日期天数的多选操作。
api 介绍:
| 参数名 | 说明 | 类型 | 默认值 | | ----------- | ------------------------------------------------- | -------------- | --------------------------------------------------------------------- | | value | 默认传入回显的数据 | string[] | | placeholder | 日期选择狂提示信息 | string | 请选择日期 | | style | string[] | 默认传入的数据 | 否 | | checkStyle | picker 弹窗及选中样式,可覆盖选中背景、字体颜色等 | CSSProperties | background = '#1890ff';color = '#fff';borderRadius = '50%'; | | onChange | 暴露给父组件数据的方法 | any |
