vignettes/sz-how-to-use-fluent-docs.Rmd
sz-how-to-use-fluent-docs.Rmd
You have several options for accessing the Fluent UI documentation.
If you’re trying to find a suitable component or want to see what’s available, we recommend one of the two options:
shiny.fluent::runExample("dashboard")
.To get information on a specific component, e.g. Toggle
, you can:
?Toggle
.