component Link { props { href = "#" label = "Link" external = false className = "" } view { {label} } }