import {Button, InputOtp} from "@nextui-org/react"; export default function App() { return (
{ e.preventDefault(); const formData = new FormData(e.currentTarget); const otp = formData.get("otp"); alert(`OTP submitted: ${otp}`); }} > ); }