https://github.com/dgw2030521/slider-date-picker
自定义的横滑日历组件
https://github.com/dgw2030521/slider-date-picker
datepicker example react vite
Last synced: 6 months ago
JSON representation
自定义的横滑日历组件
- Host: GitHub
- URL: https://github.com/dgw2030521/slider-date-picker
- Owner: dgw2030521
- Created: 2024-08-28T03:03:15.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-22T06:58:51.000Z (almost 2 years ago)
- Last Synced: 2024-12-30T17:56:10.536Z (over 1 year ago)
- Topics: datepicker, example, react, vite
- Language: TypeScript
- Homepage:
- Size: 251 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 依赖包
- moment
### 使用示例
- 指定宽度
- children 为标题,自己开发
- dateValue 必传
- onChangeCallback
```javascript
{
console.log(mdate.format('YYYY-MM-DD'));
}}
>
DEMO
desc 16
```
### 开发
- git acm
- npm run release patch
- npm publish
- git push