component OtpInput { props { name = "otp" length = 6 label = "Verification code" } view {
{label}
} }