Skip to content

Sebastien-Meiffren/Fullcalendar-MonthGridYear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullcalendar-MonthGridYear

MonthGridYear implementation for Fullcalendar

Requirements

  • Jquery 3.5.1
  • Fullcalendar version 5.4.0

Those versions are the one used in my own project. Never tested with anything else

Current Version Beta 1.0

⚠ This is a simple implementation of the monthGridYear view ⚠
Currently, you need to refresh the render to make sure that the height / width of the elements are correct

HOWTO

  1. Get the monthGridYear.js file

  2. import the file in your project

  3. make sure you have bootstrap installed

  4. include the new view in your setup of FullCalendar

         initialView: 'MonthGridYear',
         headerToolbar: {
             left: 'monthGridYear dayGridMonth',
             center: 'title'
         },
         views: {
             monthGridYear: MonthGridYear
         }
    

Demo

see demo.html

About

MonthGridYear implementation for Fullcalendar

Resources

License

Stars

Watchers

Forks

Packages

No packages published