File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11## @softechub-ib/vue-datepicker
22
3- [ ![ License] ( https://img.shields.io/npm/l/@softechub-ib/vue-datepicker )] ( https://github.com/softechub-ib/vue-datepicker/blob/main/LICENSE ) [ ![ npm] ( https://img.shields.io/npm/v/@softechub-ib/vue-datepicker )] ( https://www.npmjs.com/package/@softechub-ib/vue-datepicker ) ![ Downloads] ( https://img.shields.io/npm/dm/@softechub-ib/vue-datepicker ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/softechub-ib/vue-datepicker/badge.svg?branch=main )] ( https://coveralls.io/github/softechub-ib/vue-datepicker?branch=main )
3+ [ ![ License] ( https://img.shields.io/npm/l/@softechub-ib/vue-datepicker )] ( https://github.com/softechub-ib/vue-datepicker/blob/main/LICENSE ) [ ![ npm] ( https://img.shields.io/npm/v/@softechub-ib/vue-datepicker )] ( https://www.npmjs.com/package/@softechub-ib/vue-datepicker ) ![ Downloads] ( https://img.shields.io/npm/dm/@softechub-ib/vue-datepicker ) [ ![ Open issues ] ( https://img.shields.io/github/issues-raw/softechub-ib/vue-datepicker )] ( https://github.com/softechub-ib/vue-datepicker/issues ) ![ CI ] ( https://img.shields.io/github/actions/workflow/status/softechub-ib/vue-datepicker/ci-coverage-upload.yml?branch=main&label=CI ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/softechub-ib/vue-datepicker/badge.svg?branch=main )] ( https://coveralls.io/github/softechub-ib/vue-datepicker?branch=main )
44
55### Datepicker solution for Vue 3 that offers:
66
@@ -67,6 +67,18 @@ const date = ref();
6767</template>
6868```
6969
70+ ** Types**
71+
72+ ``` ts
73+ import type {
74+ CalendarStylesProp , // calendar-styles
75+ DateValue , // min, max, model-value (DateValue | DateValue[])
76+ DayjsLocale , // locale
77+ InputStylesProp , // input-styles
78+ Size , // size
79+ } from " @softechub-ib/vue-datepicker" ;
80+ ```
81+
7082## Props
7183
7284| Prop | Required | Type | Default value |
Original file line number Diff line number Diff line change 11{
22 "name" : " @softechub-ib/vue-datepicker" ,
3- "version" : " 1.0.13 " ,
3+ "version" : " 1.0.14 " ,
44 "description" : " Datepicker component for Vue 3" ,
55 "author" : " softechub-ib" ,
66 "private" : false ,
You can’t perform that action at this time.
0 commit comments