2.0.2 • Published 2 years ago

@fr0st/datetimepicker v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

FrostUI DateTimePicker

FrostUI DateTimePicker is a free, open-source DateTimePicker component for JavaScript.

It is built on top of the FrostUI and FrostDateTime libraries.

Table Of Contents

Installation

Dependencies

CSS

<link rel="stylesheet" href="/path/to/frost-ui.min.css" />
<link rel="stylesheet" href="/path/to/frost-ui-datetimepicker.min.css" />

JS

<script type="text/javascript" src="/path/to/frost-ui-bundle.min.js"></script>
<script type="text/javascript" src="/path/to/frost-datetime.min.js"></script>
<script type="text/javascript" src="/path/to/frost-ui-datetimepicker.min.js"></script>

Usage

Check the demo folder for examples. Full documentation and website coming soon™.

2.0.2

2 years ago

2.0.1

2 years ago