@bloc-ui/date-picker 0.0.2 → 0.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 +2 -2
- package/fesm2022/bloc-ui-date-picker.mjs +808 -239
- package/fesm2022/bloc-ui-date-picker.mjs.map +1 -1
- package/package.json +1 -1
- package/types/bloc-ui-date-picker.d.ts +89 -47
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @bloc-ui/date-picker
|
|
2
2
|
|
|
3
|
-
> **Latest:** v0.0.
|
|
3
|
+
> **Latest:** v0.0.3
|
|
4
4
|
|
|
5
5
|
Date picker component with calendar dropdown for Angular — part of the [Bloc UI](https://github.com/debasish1996/BLOC-UI) component library. Supports template-driven and reactive forms, min/max date enforcement, and customisable display format.
|
|
6
6
|
|
|
7
|
-
**[Live Documentation & Demos](https://
|
|
7
|
+
**[Live Documentation & Demos](https://bloc-verse.com/date-picker)**
|
|
8
8
|
|
|
9
9
|
> **Tip:** You can also install [`@bloc-ui/kit`](https://www.npmjs.com/package/@bloc-ui/kit) to get this package along with every other Bloc UI component in a single import.
|
|
10
10
|
|