Card Body
A container for inside a Card. Realistically, all this achieves is adding padding to it's children. Can check out Bootstrap's docs for an example
Examples
local cardBody = card:newCardBody()
cardBody
:addCardTitle({ text = "Title" })
:addCardSubtitle({ text = "Subtitle" })
:addCardText({ text = "Some card text! Very important information." })
:addCardFooter({ text = "9 weeks ago" })