component Section { props { id = "" size = "default" color = "primary" variant = "default" spacing = "lg" maxWidth = "xl" fullWidth = false borderTop = false borderBottom = false class = "" } view {
{#if fullWidth} {:else} {/if}
} }