Skip to content

Commit

Permalink
Adds see also section to UI output
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettgman committed Nov 14, 2023
1 parent 53ee89c commit 8047bf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/outputs/ui.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,6 @@ listing:
<li>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.</li>

<li>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`.</li>
</ol>
</ol>

<p>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).</p>

0 comments on commit 8047bf7

Please sign in to comment.