mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-26 12:06:50 +00:00
1003 B
1003 B
type, title, sidebar_label, description, related
type | title | sidebar_label | description | related | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
view | Masonry view | Masonry (default) | The default panel layout uses a masonry algorithm. |
|
The masonry view is the default view type.
Screenshot of the masonry view.
Masonry sorts cards in columns based on their card size. The next card is placed below the smallest card on the dashboard.
Masonry arranges cards based on size.
To group cards, you have to use horizontal stack, vertical stack, or grid cards.
{% configuration %}
type:
required: false
description: "masonry
"
type: string
{% endconfiguration %}