Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar icon #72

Closed
cdvrooman opened this issue Nov 14, 2020 · 1 comment
Closed

Calendar icon #72

cdvrooman opened this issue Nov 14, 2020 · 1 comment

Comments

@cdvrooman
Copy link

Hello,
I really like your datepicker! I was wondering if there is any way to specify a different calendar icon? That would allow for better integration with a framework like Vuetify or to use the Bootstrap Vue icons, for example.

Keep up the great work!

Sincerely,
Christopher

@mathieustan
Copy link
Owner

You can use a custom icon slot in v0.2.11.

Exemple:

<template>
  <VueDatePicker v-model="date">
    <template #input-icon>
      <i class="fa fa-calendar-week" />
    </template>
  </VueDatePicker>
</template>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants