Skip to content

Commit

Permalink
Iniciando formulario cadastro de categorias
Browse files Browse the repository at this point in the history
  • Loading branch information
W8jonas committed Jul 31, 2020
1 parent 909c92e commit 1425265
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,20 @@ function CadastroCategoria() {
<PageDefault>
<h1>Cadastro de Categoria</h1>

<form>
<label>
Nome da Categoria:

<input
type='text'
/>
</label>

<button>
Cadastrar
</button>

</form>

<Link to="/">
Cadastrar Categoria
Expand Down

0 comments on commit 1425265

Please sign in to comment.