Page Templates - Dashboard layouts

These resources are split into 2 main parts

  1. Resources built with standard ODS Layout
  2. The same resources, built with the CSS Grid framework layout

To see the final example made with these layouts, go to dashboard resource.

ODS Layout is well known from Opendatasoft users, and these resources over-ride it by setting row as display: flex elements to take advantage of Flexbox capabilities. You can see the ODS Layout over-ride resource here.

CSS Grid framework refer to some custom CSS classes that over-rides CSS Grid layout. It’s mainly suitable for expert users only that are looking for more advanced layouts such as grids and multiple rows designs. We strongly encourage you to have a look to the CSS Grid framework resource before using it. And be assured that your needs really justify the use of this advanced layout system.

ODS Layout : 1 - 1 - 1 - 1

1 column for mobile, 2 for tablets, 4 above

ODS Layout : 1 - 2

To switch position and get a 2 - 1 grid, simply switch the 2 children of the grid

ODS Layout : 1 - 1

ODS Layout : Complex example

CSS Grid : 1 - 1 - 1 - 1

1 column for mobile, 2 for tablets, 4 above

CSS Grid : 1 - 2

To switch position and get a 2 - 1 grid, simply switch the 2 children of the grid

CSS Grid : 1 - 1

CSS Grid : Complex example 1

CSS Grid : Complex example 2