From 8047bf783f4039d452f7bbbfd8581a855e72ee7b Mon Sep 17 00:00:00 2001 From: Garrett Grolemund Date: Tue, 14 Nov 2023 17:38:12 -0600 Subject: [PATCH] Adds see also section to UI output --- components/outputs/ui.qmd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/outputs/ui.qmd b/components/outputs/ui.qmd index 40473067..a34534df 100644 --- a/components/outputs/ui.qmd +++ b/components/outputs/ui.qmd @@ -85,4 +85,6 @@ listing:
  • Within the server function, define a new function whose name matches the id used above. The function should return a UI element, like an input control.
  • Decorate the function with `@render.ui`. If you're using an action button or link to show the UI element, you'll also need to decorate with `@reactive.event`.
  • - \ No newline at end of file + + +

    See also: [Dynamic UI](https://shiny.posit.co/py/docs/ui-dynamic.html) and [UI and HTML](https://shiny.posit.co/py/docs/ui-html.html).