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