A simple Lovelace card which allows a more responsive grid for your panels based on Material Design Grid.
- Copy both
responsive-container.js
andresponsive-container.css
to your /www/ folder (so they can be accessed through /local/). note At the moment it expect the files to be in/local/custom_cards/responsive-panel/
. Modify line 40 inresponsive-container.js
if the location differs. - Add the module to the resources list:
resources:
- url: /local/custom_cards/responsive-panel/responsive-container.js
type: module
- Create a page as panel and add the module as type:
views:
- title: Responsive Container
id: responsive-container
panel: true
cards:
- type: custom:responsive-container
cards:
- ...
- Add you own cards to the container