Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/dashboards/inputs.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Note that the `title` attribute is optional for cells with toolbars (if there is

### Card Sidebars

To add a sidebar to a card, define it immediately to the left or the right of the cell that generates the output. You can do this either by adding the `content: card-sidebar` option to a cell or by creating a div with the `.card-sidebars` class. For example:
To add a sidebar to a card, define it immediately to the left or the right of the cell that generates the output. You can do this either by adding the `content: card-sidebar` option to a cell or by creating a div with the `.card-sidebar` class. For example:

```` {.python .pymd}
```{{python}}
Expand All @@ -273,4 +273,4 @@ To add a sidebar to a card, define it immediately to the left or the right of th
```
````

![](/docs/dashboards/images/card-sidebar.png){.border fig-alt="A screenshot of a Penguin Bills card. The card sidebar on the left contains two dropdown menus, one for Variable and one for Distribution and a checkbox to show rugmarks. To the right, a plot shows a histogram of bill_length_mm colored by species."}
![](/docs/dashboards/images/card-sidebar.png){.border fig-alt="A screenshot of a Penguin Bills card. The card sidebar on the left contains two dropdown menus, one for Variable and one for Distribution and a checkbox to show rugmarks. To the right, a plot shows a histogram of bill_length_mm colored by species."}
Loading