Cards are used to group related information and actions. They are used to display information in a structured way.
import Card from "@radui/ui/Card" const ButtonExample = () => ( <Card> Hello Card content </Card> )