component HeroActions { props { actions = [] align = "left" orientation = "horizontal" stackOnMobile = true fullWidthMobile = true size = "default" color = "primary" class = "" } view {
{#each actions as action, index} {#if action.label}
} }