1.0.0 • Published 11 months ago

react-cron-plus v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

react-cron-plus

NPM version NPM downloads dumi

react antd corn表达式

Development

npm install
npm start
open http://localhost:8000

Install

react-cron-plus

Usage

import React from 'react';
import CronPlus from 'react-cron-plus';

export default () => (
  <>
    <CronPlus result="normal"></CronPlus>
  </>
);

🔥 API

PropDescriptionTypeAccepted ValuesDefault
value外部传入的cron解析式string
language国际化stringzhCN / enzhCN
resultcron 结果样式string | booleannormal / simple/ falsefalse
onOk确定方法
onCancel取消方法

LICENSE

MIT

1.0.0

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago