From 8b167793bc312a3b3aaa0f835635ed691dfd4667 Mon Sep 17 00:00:00 2001 From: Yongyi Zeng Date: Fri, 29 Aug 2025 21:12:27 +0800 Subject: [PATCH] Update index.qmd for typos and errors --- docs/dashboards/interactivity/index.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dashboards/interactivity/index.qmd b/docs/dashboards/interactivity/index.qmd index 307b069077..ad93e3016c 100644 --- a/docs/dashboards/interactivity/index.qmd +++ b/docs/dashboards/interactivity/index.qmd @@ -4,7 +4,7 @@ title: "Interactive Dashboards" ## Overview -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: +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: - [Shiny for Python](shiny-python/index.qmd) for dashboards that use Jupyter for computations (requires a server component for deployment). @@ -26,6 +26,6 @@ No matter which type of interactivity you choose, you'll want to present user in - [Toolbars](/docs/dashboards/inputs.qmd#toolbars) provide a full page width horizontal panel for inputs. -- [Card Toolbars](/docs/dashboards/inputs.qmd#card-toolbars) are directly embedded in the header or footer of cards. +- [Card Inputs](/docs/dashboards/inputs.qmd#card-inputs) are directly embedded in the cards either as a card toolbar or as a card sidebar. 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.