1.0.0 • Published 5 years ago
cron-expresion-input v1.0.0
Cron Expresion Input
Component
Usage
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sample Page</title>
</head>
<body>
<!-- Component -->
<cron-expresion-input color="d58512"></cron-expresion-input>
<!-- Component -->
<script src="cron-expresion-input.js"></script>
</body>
</html>
You can pass various attributes to the component to modify its behavior, Example with color attribute:
Name | Type | Default | Description |
---|---|---|---|
width | {String} | 100% | The width of the component input |
height | {String} | 34px | The height of the component input |
color | {String} | #d58512 | The main color that the component elements will take |
Thanks
- @TheCloudConnectors, For your npm package to validate the structure of a cron expression cron-validator.
- @bamotav, For the idea of creating this web component.
1.0.0
5 years ago