mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-04 11:44:59 -05:00
5 lines
270 B
Markdown
5 lines
270 B
Markdown
Normally we use the built-in functions, such as `textInput()`, to generate
|
|
the HTML UI in the R script `ui.R`. Actually **shiny** also works with a
|
|
custom HTML page `www/index.html`. See [the
|
|
tutorial](http://rstudio.github.io/shiny/tutorial/#html-ui) for more details.
|