Paul-DS / bootstrap-year-calendar

[DEPRECATED] A fully customizable year calendar widget, for boostrap !
Apache License 2.0
294 stars 243 forks source link

will this beautiful calendar support bootstrap4 #88

Open sathio opened 7 years ago

sathio commented 7 years ago

Release alpha 6 of bootstrap 4 is out now, and it seems that everything is broken layout wise.

do you plan to update bootstrap-year-calendar?

SamGitCode commented 7 years ago

I have the same layout issue in alpha 6 of bootstrap 4 due to missing col-xs-2 style in bootstrap.css. I fixed it by adding .col-xs-2 { float: left; width: 16.66%; position: relative; } but just to play. Actually still using bootstrap 3.

Lazaaa commented 7 years ago

just in JS replace all col-xs-number to col-number and working correctly. but popover not showing. I try to change tooltip, but showing too.