Skip to content

Commit e040f59

Browse files
committed
chore: prepare v0.2.0 release and add CDN docs
1 parent efb3e30 commit e040f59

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

bindings/javascript/README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A modern, production-ready date picker for Nepali (Bikram Sambat) and Gregorian calendars. Beautiful, accessible, and easy to use.
44

55
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
6-
[![Version](https://img.shields.io/badge/version-2.0.0-green.svg)]()
6+
[![Version](https://img.shields.io/badge/version-0.2.0-green.svg)]()
77

88
## ✨ Features
99

@@ -29,6 +29,17 @@ A modern, production-ready date picker for Nepali (Bikram Sambat) and Gregorian
2929
```bash
3030
npm install @4mritgiri/npdatetime
3131
```
32+
33+
#### Via CDN
34+
35+
You can use the library directly via CDN without installing:
36+
37+
```html
38+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@4mritgiri/npdatetime@0.2.0/date_picker.css">
39+
<script type="module">
40+
import NepaliDatePicker from 'https://cdn.jsdelivr.net/npm/@4mritgiri/npdatetime@0.2.0/date_picker.js';
41+
</script>
42+
```
3243

3344
#### Manual Installation
3445

@@ -346,7 +357,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
346357
- [ ] More themes
347358
- [ ] Mobile-optimized touch interactions
348359
- [x] NPM package
349-
- [ ] CDN hosting
360+
- [x] CDN hosting
350361
351362
---
352363

0 commit comments

Comments
 (0)