paul-thebaud / v-phone-input

International and accessible phone input for Vuetify 3 and Vue 3.
https://paul-thebaud.github.io/v-phone-input/
MIT License
65 stars 6 forks source link

feat: add support for rounded as common attribute #42

Closed c-tanner closed 3 weeks ago

c-tanner commented 1 month ago

Related to #37

Proposed Changes

Current behavior:

<v-phone-input
    label="Preferred Phone (optional)"
    rounded="xl"
/>
Screenshot 2024-10-17 at 8 17 41 AM

Desired behavior:

Screenshot 2024-10-17 at 8 18 00 AM
paul-thebaud commented 1 month ago

Thank you for this contribution! I'll take a look soon.

paul-thebaud commented 3 weeks ago

Hello! Released as v4.4.0 :tada: Thanks again and sorry for the delay!