component Button { props { label = "Button" type = "button" variant = "primary" size = "md" disabled = false loading = false icon = "" iconPosition = "start" fullWidth = false className = "" } view { } }