4
respostas

Erro quando eu coloco o Button a pagina fica em branco

import React from "react";
import Button from '@material-ui/core/Button';

export default function FormularioCadastro(pops) {
  return (
    <div>
      <form action="">
        <label htmlFor=""> Nome </label>
        <input type="text" name="" id="" />

        <label htmlFor=""> SobreNome </label>
        <input type="text" name="" id="" />

        <label htmlFor=""> Cpf </label>
        <input type="text" name="" id="" />

        <label htmlFor=""> Promoções </label>
        <input type="checkbox" name="" id="" />

        <label htmlFor=""> Novidades </label>
        <input type="checkbox" name="" id="" />

        <Button > cadastrar </Button>

      </form>
    </div>
  )
}
4 respostas

Fala Gabriel, tudo bem? Espero que sim!

Você instalou corretamente a biblioteca?

npm install @material-ui/core

Se sim, consegue mandar uma print de como está o seu console no navegador?

Aguardo o retorno :D

Chame o buttao de seguinte forma

import {Button} from '@material-ui/core';

Eu estou tendo o mesmo problema, usar a desestruturização também não resolve. O console no navegador dá isso: output do cosole