Skip to contents

custom_card() generates a Bootstrap card with a specified height and full-screen capability.

Usage

custom_card(..., height = "490px")

Arguments

...

Additional arguments passed to bslib::card()

height

A character string specifying the card's height. Default is "490px".

Value

A bslib::card object.