The width property (string) sets the width of the JavaScript Calendar component (in CSS format). When set to null
, the Calendar uses the default display: block
style associated with the <div>
element.
See also responsive column width.
null
Calendar config:
{
width: "70%",
// ...
}