1.0.0 • Published 5 years ago

cron-expresion-input v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Cron Expresion Input

MIT License GitHub Release

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:

NameTypeDefaultDescription
width{String}100%The width of the component input
height{String}34pxThe height of the component input
color{String}#d58512The main color that the component elements will take

Thanks

1.0.0

5 years ago