5

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

Dimitry
  • 4,503
  • 6
  • 26
  • 40

2 Answers2

1

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

Michaelkay
  • 258
  • 1
  • 2
  • 9
  • its not good. because objects with not `same height` in `same row` are **not shown in same vertical align** – PurTahan Feb 27 '18 at 20:08
0

I just adopted the ui-grid-x CSS from JQuery Mobile...worked like a charm.

Mark Brittingham
  • 28,545
  • 12
  • 80
  • 110