1
I am using several components of primeng normally as buttons, inputs, menu, etc. All working normally in my design at angular 10. Except the grid is simply not organizing anything on the screen, for example:
<div clas="ui-g">
<div clas="ui-g-8">
<h1>1<\h1>
<\div>
<div clas="ui-g-2">
<h1>2<\h1>
<\div>
<div clas="ui-g-2">
<h1>3<\h1>
<\div>
<\div>
It was to be distributed on the screen as follows:
However the grid is the only thing that does not work, I do not know if it was very clear. But if someone has been through this, I ask for help.
Perfect, thank you very much.
– julia alves