component EmptyState { props { icon = "◇" title = "Nothing here yet" description = "" actionLabel = "" actionHref = "#" } view {
{icon}

{title}

{description}

{actionLabel}
} }