Helper function to display multiple cards in a responsive Bootstrap row layout.
Usage
card_row(..., cols = 2, class = NULL)
Arguments
- ...
Card objects to display
- cols
Number of columns per row (default: 2)
- class
Additional CSS classes for the row
Value
HTML div element with Bootstrap row classes containing the cards
HTML div element with Bootstrap row classes containing the cards