component SmallText { props { text = "" align = "start" class = "" } view {
{text}
} }