![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
react-js-cron
Advanced tools
Live demo and usage at https://xrutayisire.github.io/react-js-cron/
Be sure that you have these dependencies on your project:
# Yarn
yarn add react-js-cron
# NPM
npm install --save react-js-cron
Learn more at https://xrutayisire.github.io/react-js-cron/
CronProps {
value: string
setValue:
| (value: string) => void
| Dispatch<SetStateAction<string>>
className?: string
humanizeLabels?: boolean // Default: true
humanizeValue?: boolean // Default: false
defaultPeriod?: 'year' | 'month' | 'week' | 'day' | 'hour' | 'minute' // Default: 'month'
allowEmpty?: 'always' | 'never' | 'for-default-value' // Default: 'for-default-value'
clearButton?: boolean // Default: true
clearButtonProps?: ButtonProps // Extends antd button props without onClick
displayError?: boolean // Default: true
setError?:
| (error: {
type: 'invalid_cron'
description: string
}) => void
| Dispatch<SetStateAction<{
type: 'invalid_cron'
description: string
}>>
| undefined
locale?: {
everyText?: string
emptyHours?: string
emptyWeekDays?: string
emptyMonthDays?: string
emptyMonths?: string
emptyMinutes?: string
emptyMinutesWhenHoursPeriod?: string
minuteOption?: string
hourOption?: string
dayOption?: string
weekOption?: string
monthOption?: string
yearOption?: string
prefixPeriod?: string
prefixHours?: string
prefixWeekDays?: string
prefixMonthDays?: string
prefixMonths?: string
prefixMinutes?: string
prefixMinutesWhenHoursPeriod?: string
suffixMinutesWhenHoursPeriod?: string
errorInvalidCron?: string
weekDays?: string[]
months?: string[]
} // Default: See file 'src/locale.ts'
}
MIT © xrutayisire
FAQs
A React cron editor with antd inspired by jqCron
We found that react-js-cron demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.