knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

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:

  1. Browse the official Fluent UI docs.
  2. Run the showcase app with shiny.fluent::runExample("dashboard").

To get information on a specific component, e.g. Toggle, you can:

  1. Use the R help system: ?Toggle.
  2. Browse the reference on this site.
  3. Find the component in the official Fluent UI docs.


Appsilon/shiny.fluent documentation built on June 4, 2024, 7:02 p.m.