Skip to content

Commit

Permalink
Update action-layout.Rmd (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
bm5tev3 authored Oct 17, 2024
1 parent a8603e4 commit 1dc7ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action-layout.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ ui <- fluidPage(
If you're a HTML/CSS expert, you might be interested to know that can skip `fluidPage()` altogether and supply raw HTML.
See "[Build your entire UI with HTML](https://shiny.rstudio.com/articles/html-ui.html)" for more details.

Alternatively, you can use of the HTML helper that Shiny provides.
Alternatively, you can make use of the HTML helper that Shiny provides.
There are regular functions for the most important elements like `h1()` and `p()`, and all others can be accessed via the other tags helper.
Named arguments become attributes and unnamed arguments become children, so we can recreate the above HTML as:

Expand Down

0 comments on commit 1dc7ab1

Please sign in to comment.