lll-date-picker 1.0.1 → 1.0.3
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 +6 -2
- package/dist/index.cjs +21 -21
- package/dist/index.js +1619 -1575
- package/package.json +3 -2
- package/publish/preview-ui.mov +0 -0
package/README.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
A modern, customizable date picker library for React with Lao language support. Built with React, TypeScript, TailwindCSS, and shadcn/ui.
|
|
4
4
|
|
|
5
|
+
## Demo
|
|
6
|
+
|
|
7
|
+
<video src="publish/preview-ui.mov" width="100%" controls autoplay loop muted></video>
|
|
8
|
+
|
|
5
9
|
## Features
|
|
6
10
|
|
|
7
11
|
- ✅ **Lao Language Support** - All preset buttons and labels in Lao
|
|
@@ -165,6 +169,6 @@ MIT
|
|
|
165
169
|
|
|
166
170
|
Contributions are welcome! Please feel free to submit a Pull Request.
|
|
167
171
|
|
|
168
|
-
### Created
|
|
172
|
+
### Created By:
|
|
169
173
|
|
|
170
|
-
- [MisterSee](https://github.com/mistersee)
|
|
174
|
+
- [MisterSee VANG](https://github.com/mistersee)
|