Reusable Card UI component module.
Classes
- CardComponent
CardComponent is a standalone Angular component built on Ionic's
IonCardprimitives. It exposes several@Input()properties to control appearance and content:type,title,body,subtitle,color,separator,borders,inlineContent, andinlineContentPosition. 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.