tutashares.blogg.se

How to install day z
How to install day z











  • displayLabelForAllDays, If set to false, for events that are shown on multiple days only the first event will have the content attribute shown.
  • If false, all day events will fill completly fill the column.
  • displayAllDay, If set will show all day events at the top of the week and day views.
  • Dayz.EventsCollection accepts two arguments:.
  • events (optional): An Dayz.EventsCollection instance that contains events that should be displayed on the calendar.
  • The calendar will automatically calculate the month or week that contains this date and display the appropriate range.
  • date (required): An momentjs instance that controls what range is displayed.
  • how to install day z

    The Dayz component accepts these properties:

    how to install day z

    Import React from 'react' import Dayz from 'dayz' // could also import the sass if you have a loader at dayz/dayz.scss import "dayz/dist/dayz.css" import moment from 'moment' // would come from a network request in a "real" app const EVENTS = new Dayz.













    How to install day z