component Divider { props { size = "default" color = "primary" label = "" orientation = "horizontal" class = "" } view {
{#if orientation === "vertical"} {:else} {/if}
} }