Topic guide: Using Fluent components documentation
Source: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:
- Browse the official Fluent UI docs.
- Run the showcase app with
shiny.fluent::runExample("dashboard")
.
To get information on a specific component, e.g. Toggle
, you can:
- Use the R help system:
?Toggle
. - Browse the reference on this site.
- Find the component in the official Fluent UI docs.