@sauravluitel/date-time-picker-custom 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -5,6 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
A professional, high-performance, and responsive React Date and Time picker library. Built with **Vite**, **Framer Motion**, and **Lucide React**, it offers dedicated, premium UIs for both Desktop and Mobile devices.
|
|
7
7
|
|
|
8
|
+
### 🔗 Live Demo
|
|
9
|
+
[https://custom-date-time-picker.netlify.app/](https://custom-date-time-picker.netlify.app/)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
8
13
|
---
|
|
9
14
|
|
|
10
15
|
## ✨ Features
|
|
@@ -137,5 +142,10 @@ function MyForm() {
|
|
|
137
142
|
- **Lucide React** (Icons)
|
|
138
143
|
- **date-fns** (Date logic)
|
|
139
144
|
|
|
145
|
+
---
|
|
146
|
+
|
|
147
|
+
## 🚀 Roadmap
|
|
148
|
+
- [ ] **BS (Bikram Sambat Support)**: Coming soon! 🇳🇵
|
|
149
|
+
|
|
140
150
|
## 📄 License
|
|
141
151
|
MIT © [Saurav Luitel](https://github.com/Saurav-627)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sauravluitel/date-time-picker-custom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Premium React Date and Time Pickers with dedicated Mobile and Desktop UI",
|
|
5
5
|
"author": "Antigravity AI",
|
|
6
6
|
"type": "module",
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"scripts": {
|
|
20
20
|
"dev": "vite",
|
|
21
21
|
"build": "vite build",
|
|
22
|
+
"build:demo": "vite build --config vite.demo.config.js",
|
|
22
23
|
"lint": "eslint .",
|
|
23
24
|
"preview": "vite preview",
|
|
24
25
|
"prepare": "npm run build"
|