A general card.

Uses the following slots:

  • default: the main content area
  • start: before the main content
  • end: after the main content
  • background: to place content behind the other slots
  • element: to place content on the top level of markup behind everything else (e.g. a favorite button)

Properties

classBackground: string = ''

Css classes for the background content.

classContent: string = ''

Css classes for the main content.

classEnd: string = ''

Css classes for the end content.

classStart: string = ''

Css classes for the statt content.

Generated using TypeDoc