Module

card

Reusable Card UI component module.

View Source lib/components/card/card.component.ts, line 8

Classes

CardComponent

CardComponent is a standalone Angular component built on Ionic's IonCard primitives. It exposes several @Input() properties to control appearance and content: type, title, body, subtitle, color, separator, borders, inlineContent, and inlineContentPosition. The component integrates with the application's media service to react to dark-mode changes and toggles the dark-palette CSS class on the host element accordingly.