@manik02/vue3-timepicker 0.2.0 → 0.2.1
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 +2 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
# Vue3 Timepicker
|
|
2
2
|
|
|
3
|
-
[](https://manos02.github.io/vue3-time-picker/)
|
|
3
|
+
[](https://manos02.github.io/vue3-time-picker/) [](https://www.npmjs.com/package/@manik02/vue3-timepicker) [](LICENSE)
|
|
4
4
|
|
|
5
5
|
A flexible, customisable timepicker component for Vue 3 with TypeScript support.
|
|
6
|
-
|
|
7
|
-
| Demo | Default | Dark |
|
|
6
|
+
| Demo | Default | Dark |
|
|
8
7
|
| ---------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
|
|
9
8
|
|  |  |  |
|
|
10
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@manik02/vue3-timepicker",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "A flexible Vue 3 timepicker component with multiple format support, range selection, and fully customisable styling",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Manos Savvides",
|