mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Masonry: Add image illustrating the arrangement system (#31693)
* Masonry: Add image illustrating the arrangement system * Rephrase
This commit is contained in:
parent
82f94de32c
commit
ba0dc26081
@ -2,7 +2,7 @@
|
|||||||
type: view
|
type: view
|
||||||
title: Masonry view
|
title: Masonry view
|
||||||
sidebar_label: Masonry (default)
|
sidebar_label: Masonry (default)
|
||||||
description: "The default panel layout uses a masonry algorithme."
|
description: "The default panel layout uses a masonry algorithm."
|
||||||
---
|
---
|
||||||
|
|
||||||
The masonry view is the default view type.
|
The masonry view is the default view type.
|
||||||
@ -12,7 +12,14 @@ The masonry view is the default view type.
|
|||||||
Screenshot of the masonry view.
|
Screenshot of the masonry view.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
It sorts cards in columns based on their `card size`. If you want to group some cards you have to use [horizontal stack](/dashboards/horizontal-stack/), [vertical stack](/dashboards/vertical-stack/), or [grid](/dashboards/grid/) cards.
|
Masonry sorts cards in columns based on their card size. The next card is placed below the smallest card on the dashboard.
|
||||||
|
|
||||||
|
<p class='img'>
|
||||||
|
<img src='/images/dashboards/masonry.png' alt='Image showing how masonry arranges cards based on size.'>
|
||||||
|
Masonry arranges cards based on size.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
To group cards, you have to use [horizontal stack](/dashboards/horizontal-stack/), [vertical stack](/dashboards/vertical-stack/), or [grid](/dashboards/grid/) cards.
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
type:
|
type:
|
||||||
|
BIN
source/images/dashboards/masonry.png
Normal file
BIN
source/images/dashboards/masonry.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Loading…
x
Reference in New Issue
Block a user