Is a lightweight, HTML-friendly web component calendar
To use this project, you need to install the necessary dependencies. You can do this using npm or yarn.
git clone https://github.com/pksep/col-cal
cd col-cal
npm ci
npx vite build
<col-cal locale="en-US"></col-cal>
<script type="module">
import "col-cal";
</script>
- Lit: A lightweight library for building web components.
- Date-Fns: A modern JavaScript date utility library that provides a comprehensive set of functions for manipulating and formatting dates.
To develop this project, you can use the following commands:
Install bun
bun vite
bun vite build
This project is licensed under the ISC License. See the LICENSE file for details.