Using Side NavBar Materialize CSS

0

Good evening,

I am creating a crud and using materialize on the front, as I am a beginner I have a small problem, how do I link to the side sessions? type, when you click on products have to appear on the side in the blank part of a list of products, register the same way, as soon as clicking would appear a form to register, I'm having trouble defining this, I will have to generate other doc. type, product.html and open it? If yes, how do I open it in the space below? Thanks: D

    
asked by anonymous 17.02.2018 / 22:38

1 answer

0

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

    
17.02.2018 / 22:46