alireza-ab / vue-persian-datepicker

A datepicker component for select Persian date
https://alireza-ab.ir/datepicker
MIT License
44 stars 9 forks source link

How to style with vuetify? #10

Closed mhml1367 closed 2 years ago

mhml1367 commented 2 years ago

image example : in inpute: 1400/11/04

mhml1367 commented 2 years ago

image

alireza-ab commented 2 years ago

Hi @mhml1367 You can use this https://alireza-ab.ir/datepicker/color-and-styles#styles or add your specific styles in CSS files.

example:

.pdp-input {
   border: 1px solid red;
}