component CopyCodeButton { props { label = "Action" href = "" type = "button" variant = "primary" disabled = false class = "" } view { {label} } }