The theme property (string) specifies the CSS theme name.
The default CSS theme ("bubble_default") is built-in and it doesn't require additional CSS files to be included.
Declaration
DayPilot.Bubble.themeDefault Value
"bubble_default"Example
const bubble = new DayPilot.Bubble({
theme: "my_bubble_theme"
});See Also
CSS [doc.daypilot.org]
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot