-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please give us an example of how to do it with Next.JS app router? #3
Comments
Pretty please |
Campos disponivéis: ` const SimpleForm = () => { // Adiciona o script de monitoramento do RD Station quando o componente é montado const handleSubmit = (e: any) => { return ( Nome: <input type="text" id="name" name="name" value={name} onChange={(e) => setName(e.target.value)} placeholder="Digite seu nome" required className="border border-gray-300 rounded-md p-2" />
); export default SimpleForm; |
No description provided.
The text was updated successfully, but these errors were encountered: