mengxiong10 / vue2-datepicker

A datepicker / datetimepicker component for Vue2
https://mengxiong10.github.io/vue2-datepicker/index.html
MIT License
1.52k stars 407 forks source link

[Feature Request] Add width and iconShow props #673

Closed RSurya99 closed 2 years ago

RSurya99 commented 2 years ago

What problem does this feature solve? By adding width props will make you can customize the width of its parent, because the current width is fixed to 210px and iconShow is for people who don't want to use an icon, so they can disable it.

mengxiong10 commented 2 years ago

You can change them by css.

.mx-datepicker {  width: 300px }
.mx-icon-calendar { display: none }