Skip to content

Commit 8b16779

Browse files
authored
Update index.qmd for typos and errors
1 parent e2b6e60 commit 8b16779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dashboards/interactivity/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Interactive Dashboards"
44

55
## Overview
66

7-
Adding interactivity to a dashboard helps uses explore the concepts and data you are presenting more deeply. There are several ways to add interactive components to Quarto dashboards:
7+
Adding interactivity to a dashboard helps users explore the concepts and data you are presenting more deeply. There are several ways to add interactive components to Quarto dashboards:
88

99
- [Shiny for Python](shiny-python/index.qmd) for dashboards that use Jupyter for computations (requires a server component for deployment).
1010

@@ -26,6 +26,6 @@ No matter which type of interactivity you choose, you'll want to present user in
2626

2727
- [Toolbars](/docs/dashboards/inputs.qmd#toolbars) provide a full page width horizontal panel for inputs.
2828

29-
- [Card Toolbars](/docs/dashboards/inputs.qmd#card-toolbars) are directly embedded in the header or footer of cards.
29+
- [Card Inputs](/docs/dashboards/inputs.qmd#card-inputs) are directly embedded in the cards either as a card toolbar or as a card sidebar.
3030

3131
The article on [Inputs](/docs/dashboards/inputs.qmd) covers these methods in depth along with tips on doing more sophisticated layout of groups of inputs.

0 commit comments

Comments
 (0)