I am looking for something like what bootstrap provides, columns and rows, in Ratchet.
Asked
Active
Viewed 1,210 times
5
-
Of course there is "a way" but it doesn't come built-in with the framework. Have you tried anything yet? – Schmalzy Apr 26 '14 at 20:45
-
I am trying purecss.io seems to be working ok. – Dimitry Apr 27 '14 at 15:37
-
If you find a good solution, post it as the answer, I'd be interested to see what you came up with. Thanks. – Schmalzy Apr 28 '14 at 14:56
-
I am still playing around with stuff I will post the results of my project in a few days. – Dimitry Apr 28 '14 at 16:15
2 Answers
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