UNPKG

antcloud-react-crons

Version:

antcloud-react-crons 定时表达式(forked from chensongtao/react-cron)

17 lines (9 loc) 269 B
import { InputCron, Cron} from './index.js' # 1.带Input and Dropdown的cron表达式 <InputCron width={576}/> # 2.cron表达式 <Cron style={{ width: 576,marginTop: 200 }} lang='zh_CN' type={['second', 'minute', 'hour', 'day', 'month', 'week']} />