Create a Bootstrap card component
card.RdHelper function to create Bootstrap card components for displaying content in a structured way. Useful for author profiles, feature highlights, or any content that benefits from card layout.
Usage
card(
content,
title = NULL,
image = NULL,
image_alt = NULL,
footer = NULL,
class = NULL,
style = NULL
)