children
: ReactNode - The content to be displayed within the cardas
: ElementType (optional) - The HTML element to render the card as (default: ‘div’)className
: string (optional) - Additional CSS classes to apply to the cardforceRounded
: boolean (optional) - Forces rounded corners on all screen sizesonClick
: MouseEventHandler (optional) - Click handler for interactive cards