17 lines
420 B
Markdown
17 lines
420 B
Markdown
---
|
|
type: view
|
|
title: Masonry View
|
|
sidebar_label: Masonry (default)
|
|
description: "The default panel layout uses a masonry algorithme."
|
|
---
|
|
|
|
The masonry view is the default view type.
|
|
It sorts cards in columns based on their `card size`. If you want to group some cards you have to use `stack` or `grid` cards.
|
|
|
|
{% configuration %}
|
|
type:
|
|
required: false
|
|
description: "`masonry`"
|
|
type: string
|
|
{% endconfiguration %}
|