Paul-DS / bootstrap-year-calendar

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

Issue With Bootstrap 4 : Months Calendar Box is showing vertical #256

Closed ImAbhishekTomar closed 4 years ago

ImAbhishekTomar commented 4 years ago

My calendar is not showing as per example horizontal monthly view... all months calendar box showing vertical... please help snapshot below.

Code

<div id="calendar" data-provide="calendar"></div>
 $(function () {
            var currentYear = new Date().getFullYear();
            $('#calendar').calendar({
                allowOverlap: true,
                displayWeekNumber: true,
                enableContextMenu: true,
                enableRangeSelection: true,
                minDate: new Date(2019, 01, 10),
                maxDate: new Date(2019, 12, 31),
                roundRangeLimits: true,
            })
    });

image

William-H-M commented 4 years ago

Hi, currently this plugin is not adapted for BS4, if not wrong there´re some repos that have it, reference to #170