Card
A flexible content container for all sort of layouts.
Updates
colorBSColor (nil)- Set the color of the background of the card.
borderColorBSColor (nil)- Set the color of the border.
isContentCenterboolean (false)- If the card should center all of it's children.
titlestring (nil)- A basic Card Title you can set. Will be hidden if nil.
textstring (nil)- A basic Card text you can set. Will be hidden if nil.
Example
{
title = "My brand new card",
text = "And a short message,\nto all my fans!",
}
{
title = "Card Title",
text = "Card Text",
isContentCenter = true,
color = "primary",
borderColor = "secondary",
}