Cron
A cron expression builder and visualizer for standard 5-field expressions, with a preset selector and live human-readable description.
Preview
Attributes
| Attribute | Type | Default | Description |
|---|---|---|---|
value | string | — | 5-field cron expression string |
mode | string | builder | "builder" shows interactive fields; "describe" shows read-only description |
Installation
pura is copy-paste and dependency-free. Load the whole library, or just this component.
<link rel="stylesheet" href="/pura/tokens.css">
<script type="module" src="/pura/lib/cron.js"></script> import "./pura/lib/cron.js";