datex-ui 1.0.0 → 1.0.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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ A modern, lightweight, and customizable date range picker for TypeScript/JavaScr
|
|
|
4
4
|
|
|
5
5
|
<!-- Add your demo GIF here -->
|
|
6
6
|
|
|
7
|
-

|
|
8
8
|
|
|
9
9
|
## Features
|
|
10
10
|
|
|
@@ -20,7 +20,7 @@ A modern, lightweight, and customizable date range picker for TypeScript/JavaScr
|
|
|
20
20
|
|
|
21
21
|
<!-- Basic image here -->
|
|
22
22
|
|
|
23
|
-

|
|
24
24
|
|
|
25
25
|
## Installation
|
|
26
26
|
|
|
@@ -137,7 +137,7 @@ const timePicker = new Datex("#datetime-input", {
|
|
|
137
137
|
|
|
138
138
|
<!-- Add time picker screenshot here -->
|
|
139
139
|
|
|
140
|
-

|
|
141
141
|
|
|
142
142
|
### Custom Theme
|
|
143
143
|
|
|
@@ -162,7 +162,7 @@ const picker = new Datex("#themed-input", {
|
|
|
162
162
|
|
|
163
163
|
<!-- Add mobile screenshot here -->
|
|
164
164
|
|
|
165
|
-
<!-- -->
|
|
166
166
|
|
|
167
167
|
## Configuration Options
|
|
168
168
|
|
package/package.json
CHANGED