Install via NPM
Install NPM module using npm CLI
npm i mc-datepicker
CDN Links
Using hosted files is probably the easiest way to get started using MCDatepicker, you simply need to include the CDN links to your HTML.
<head>
<!-- ... -->
<link href="https://cdn.jsdelivr.net/npm/mc-datepicker/dist/mc-calendar.min.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/mc-datepicker/dist/mc-calendar.min.js"></script>
<!-- Javascript Files -->
</head>
Download and Use
Manage dependencies by "directly downloading" them and placing them into your source code.
Download