Skip to content

Commit

Permalink
Update action-layout.Rmd (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
bm5tev3 authored Oct 18, 2024
1 parent 1dc7ab1 commit 701bc58
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 @@ -512,7 +512,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.
If you're a HTML/CSS expert, you might be interested to know that you 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 make use of the HTML helper that Shiny provides.
Expand Down

0 comments on commit 701bc58

Please sign in to comment.