Skip to content
On this page

Calendar Card

Perfect card to add to a calendar view, with a title and a content.

Usage

Title
Content of the card

Props

ComponentSkin skinIndicates which skin should be used for the component Default value: ComponentSkin.DESIGN_SYSTEM
ds
CardColor | Color titleBgColorThe color of the background of the card title, it can be predefined or a custom hexadecimal value Default value: primary
Color titleColorThe color of the text of the card title
Color bgColorThe color of the card background
boolean showModifyButtonIndicates if the modify button should be shown Default value: false
boolean showDeleteButtonIndicates if the delete button should be shown Default value: false

Slots

defaultThe content of the card.
titleThe title of the card.