Use of Side Navbar Materialize CSS

Asked

Viewed 114 times

0

inserir a descrição da imagem aqui

Good night,

I am creating a crud and using materialize on the front, as I am beginner I am with a small problem, how do I "link" the side sessions? like, when clicking on products has to appear beside the blank part a list of products, register the same way, so clicking would appear a form to register, I’m having difficulty to define this, I will have to generate other doc . html? type, product.html and open it? if yes, how do I open in the space below? thanks :D

1 answer

0

One way to do it is by creating multiple files and linking them with the tag <a href='caminho/da_pagina/produtos.html'>Produtos</a>, if I am not mistaken the menu items are in tags <li> </li>

  • that’s exactly my question, so for every item on the side I’ll have to create an html file, right?

  • Yes, this is the simplest way, but search by Single Page Application

Browser other questions tagged

You are not signed in. Login or sign up in order to post.