kenhyuwa / vue-tailwind-picker

:tada: Datepicker component for vue.js build with Tailwind CSS & dayjs date library
https://vue-tailwind-picker.netlify.app/
193 stars 38 forks source link

Docs: Include dayjs as a requirement #10

Closed Namchee closed 4 years ago

Namchee commented 4 years ago

Based on #4 , dayjs is now a peerDependency. Due to this, users must install dayjs themselves.

However, the documentation fails to address this requirement and states that only TailwindCSS is required.

kenhyuwa commented 4 years ago

Hello, I have update documentasion. Thank you...