
Product
Introducing Scala and Kotlin Support in Socket
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
react-cron-generator
Advanced tools
Simple react component to generate cron expression
Package helps to build linux scheduler cron expression.
data = '* * * * * * *'
npm install react-cron-generator
import React, { useState } from 'react'
import Cron from 'react-cron-generator'
import 'react-cron-generator/dist/cron-builder.css'
const App = () => {
const [state, setState] = useState<State>({});
return (
<Cron
onChange={(e, text) => {
setState({ value: e });
}}
value={state.value}
showResultText={true}
showResultCron={true}
/>
);
};
export default App;
Prop | Description | Default | Mandatory |
---|---|---|---|
value | cron expression | No | |
onChange | have 2 arguments, 1st is cron value and 2nd is cron result text from cronstrue | Yes | |
showResultText | show in readable text format | false | No |
showResultCron | show cron expression | false | No |
translateFn | translate function callback | method | No |
locale | locale for cronstrue | en | No |
options | Options for Cron component, *Must pass a valid cron value for available headers | All available headers | No |
disabled | Disable cron selector | false | No |
translateFn
Expects a method. Use this prop for localization support. react-cron-generator
will call this method for every key. List of keys are available here
locale
option should be set for correct ResultText
translation. Please visit cronstrue for supported locales.
options.headers
import { HEADER } from 'react-cron-generator';
const options = {
headers: [HEADER.MONTHLY, HEADER.WEEKLY, HEADER.MINUTES, HEADER.HOURLY, HEADER.DAILY, HEADER.CUSTOM]
};
Cron - The react Cron component. - Default
CronProp - Cron component types.
cronsture - Cronsture/i18 - cronstrue
cronstrue
FAQs
Simple react component to generate cron expression
The npm package react-cron-generator receives a total of 4,457 weekly downloads. As such, react-cron-generator popularity was classified as popular.
We found that react-cron-generator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.