https://github.com/mizy/ant-cron
cron maker,基于antd组件的Cron表达式生成组件
https://github.com/mizy/ant-cron
cron
Last synced: about 1 month ago
JSON representation
cron maker,基于antd组件的Cron表达式生成组件
- Host: GitHub
- URL: https://github.com/mizy/ant-cron
- Owner: mizy
- Created: 2019-07-08T02:40:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T12:51:35.000Z (over 2 years ago)
- Last Synced: 2025-05-13T00:48:13.794Z (5 months ago)
- Topics: cron
- Language: JavaScript
- Homepage:
- Size: 1.03 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# ant-cron
+ 1.基于antd react组件的cron表达式生成工具
+ 2.可配合antd from直接使用# 安装
```
npm i antd-cron --save
```# 使用
import Cron from 'antd-cron';
``````
# API
+ value - 默认值 "0 0 0 * * ?";
+ onChange(value) - 值改变触发