Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to implement a grid layout with Ratchet?

I am looking for something like what bootstrap provides, columns and rows, in Ratchet.

like image 596
Dimitry Avatar asked Nov 10 '22 09:11

Dimitry


1 Answers

I used Ungrid https://github.com/chrisnager/ungrid. It is super simple and has some responsive support (1 break point).

like image 138
Michaelkay Avatar answered Nov 15 '22 04:11

Michaelkay