Skip to Content
Web ComponentsCron Builder

Cron Builder

Package: @tesserix/web

Import

import { CronBuilder, toCronExpression } from '@tesserix/web'

Source

  • Component: packages/web/src/components/cron-builder/cron-builder.tsx
  • Story: packages/web/src/components/cron-builder/cron-builder.stories.tsx
  • Test: packages/web/src/components/cron-builder/cron-builder.test.tsx

Status

  • Component implementation file: Present
  • Story file: Present
  • Test file: Present

Example

import { CronBuilder } from '@tesserix/web' export function DemoCronBuilder() { return <CronBuilder /> }