An open API service indexing awesome lists of open source software.

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表达式生成组件

Awesome Lists containing this project

README

          

![](https://unpkg.com/ant-cron@1.0.15/snapshot.png)

# 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) - 值改变触发