tailwindlabs / discuss

A place to ask questions, get help, or share what you've built with Tailwind CSS.
MIT License
171 stars 9 forks source link

Help to style calendar wanted :) #424

Closed nezaboravi closed 4 years ago

nezaboravi commented 4 years ago

Hello, I have created a vue-tailwind-datepicker package with tailwind as default css. I Want it to be fully responsive, however, i am not able to align date names header with calendar body. I Can make it with fixing the width, using tables, but i want to avoid that and to use only tailwind Here is the picture of it:

Screenshot 2020-01-21 12 25 53

Here is NPM: https://www.npmjs.com/package/@coding-wisely/vue-tailwind-datepicker and here is my github repo if someone wants to see the code https://github.com/coding-wisely/vue-tailwind-datepicker IF you want to try it locally, yarn add @coding-wisely/vue-tailwind-datepicker THanks in advance

nezaboravi commented 4 years ago

Solved it by myself. https://github.com/coding-wisely/vue-tailwind-datepicker