@ptlm-azulejo/datepicker 0.1.2-alpha.128 → 0.1.2-alpha.129
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
A date picker is an input component that allows users to select a date from a calendar interface or manually enter a date value. It enhances usability by providing structured date selection, reducing input errors, and ensuring format consistency. Date Pickers are commonly used in forms, booking systems, scheduling tools, and data filtering interfaces to facilitate accurate date entry.
|
|
4
4
|
|
|
5
|
-
To put a label, requirement text, help text or to apply a valid or invalid message, pair this component with the [Field component](../
|
|
5
|
+
To put a label, requirement text, help text or to apply a valid or invalid message, pair this component with the [Field component](../Field/README.md).
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|