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