thomasloven / lovelace-layout-card

🔹 Get more control over the placement of lovelace cards.
MIT License
1.08k stars 127 forks source link

Add support for grid responsive layout #107

Closed martindybal closed 3 years ago

martindybal commented 3 years ago

It would be nice to add options for defining grid responsive.

grid-layouts:
  -  min-width: 1800
      gridcols: <grid_cols>
      gridrows: <grid_rows>
      gridgap: <grid_gap>
      gridplace: <grid_place>
  -  min-width: 1200
      gridcols: <grid_cols>
      gridrows: <grid_rows>
      gridgap: <grid_gap>
      gridplace: <grid_place>

It could be very powerful with areas #88

@thomasloven what do you think?

thomasloven commented 3 years ago

All CSS grid features are now available in version 2.0.0.