Files in Appsilon/shiny.fluent
Microsoft Fluent UI for Shiny Apps

.Rbuildignore
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE/bug.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/ci.yml
.github/workflows/pkgdown.yaml
.gitignore
DESCRIPTION
NAMESPACE
NEWS.md R/components.R R/data.R R/dependencies.R R/documentation.R R/examples.R R/extensions.R R/inputs.R R/reexports.R R/run_example.R R/utils.R README.md data-raw/fluentPeopleSalesDeals.R
data/fluentPeople.rda
data/fluentSalesDeals.rda
inst/examples/ActivityItem.R inst/examples/Announced.R inst/examples/Breadcrumb.R inst/examples/Button.R inst/examples/Button2.R inst/examples/Button3.R inst/examples/Button4.R inst/examples/Calendar.R inst/examples/Callout.R inst/examples/Checkbox.R inst/examples/ChoiceGroup.R inst/examples/Coachmark.R inst/examples/ColorPicker.R inst/examples/ComboBox.R inst/examples/CommandBar.R inst/examples/ContextualMenu.R inst/examples/DatePicker.R inst/examples/DatePicker2.R inst/examples/DetailsList.R inst/examples/DetailsList2.R inst/examples/DetailsList3.R inst/examples/Dialog.R inst/examples/DocumentCard.R inst/examples/DocumentCard2.R inst/examples/Dropdown.R inst/examples/Dropdown2.R inst/examples/Facepile.R inst/examples/FocusTrapZone.R inst/examples/FocusZone.R inst/examples/GroupedList.R inst/examples/GroupedList2.R inst/examples/HoverCard.R inst/examples/Icon.R inst/examples/Image.R inst/examples/Keytips.R inst/examples/Label.R inst/examples/Layer.R inst/examples/LayerHost.R inst/examples/Link.R inst/examples/List.R inst/examples/MarqueeSelection.R inst/examples/MessageBar.R inst/examples/Modal.R inst/examples/Nav.R inst/examples/Nav2.R inst/examples/OverflowSet.R inst/examples/Overlay.R inst/examples/Panel.R inst/examples/PeoplePicker.R inst/examples/Persona.R inst/examples/Pivot.R inst/examples/ProgressIndicator.R inst/examples/Rating.R inst/examples/ResizeGroup.R inst/examples/ScrollablePane.R inst/examples/SearchBox.R inst/examples/Separator.R inst/examples/Shimmer.R inst/examples/Slider.R inst/examples/SpinButton.R inst/examples/Spinner.R inst/examples/Stack.R inst/examples/SwatchColorPicker.R inst/examples/TagPicker.R inst/examples/TeachingBubble.R inst/examples/Text.R inst/examples/TextField.R inst/examples/TextField2.R inst/examples/ThemeProvider.R inst/examples/ThemeProvider2.R inst/examples/Toggle.R inst/examples/Tooltip.R
inst/examples/dashboard/.gitignore
inst/examples/dashboard/_about_section.scss
inst/examples/dashboard/about.R inst/examples/dashboard/app.R inst/examples/dashboard/examples.R inst/examples/dashboard/footer.R inst/examples/dashboard/header.R inst/examples/dashboard/home.R
inst/examples/dashboard/manifest.json
inst/examples/dashboard/navigation.R
inst/examples/dashboard/style.scss
inst/examples/dashboard/utils.R
inst/examples/dashboard/www/appsilon-logo.png
inst/examples/dashboard/www/img/shiny-fluent.png
inst/examples/dashboard/www/img/shiny-react.png
inst/examples/dashboard/www/img/shiny-router.png
inst/examples/demo/.gitignore
inst/examples/demo/DESCRIPTION
inst/examples/demo/Fortune_500_Corporate_Headquarters.csv
inst/examples/demo/LICENSE
inst/examples/demo/R/analysis_page.R inst/examples/demo/R/footer.R inst/examples/demo/R/header.R inst/examples/demo/R/home_page.R inst/examples/demo/R/layout_utils.R inst/examples/demo/R/navigation.R inst/examples/demo/README.md inst/examples/demo/app.R
inst/examples/demo/style.scss
inst/examples/demo/translation/translate_fluent_people_pl.csv
inst/examples/demo/translation/translation_analysis_pl.csv
inst/examples/demo/translation/translation_analysis_table_colnames_pl.csv
inst/examples/demo/translation/translation_dropdown_pl.csv
inst/examples/demo/translation/translation_footer_pl.csv
inst/examples/demo/translation/translation_header_pl.csv
inst/examples/demo/translation/translation_home_pl.csv
inst/examples/demo/translation/translation_nav_pl.csv
inst/examples/demo/www/appsilon-logo.png
inst/examples/e2e-test/DESCRIPTION
inst/examples/e2e-test/R/actionButtons.R inst/examples/e2e-test/R/customOutput.R inst/examples/e2e-test/R/deepMixing.R inst/examples/e2e-test/R/fluentInputs.R inst/examples/e2e-test/R/reactInShiny.R inst/examples/e2e-test/R/scenarios.R inst/examples/e2e-test/R/shimmer.R inst/examples/e2e-test/R/shinyInReact.R inst/examples/e2e-test/R/themeProvider.R inst/examples/e2e-test/R/utils.R inst/examples/e2e-test/app.R inst/examples/tutorial/01_hello_world.R inst/examples/tutorial/02_basic_app.R inst/examples/tutorial/03_adding_filtering.R inst/examples/tutorial/04_more_filters.R inst/examples/tutorial/05_more_outputs.R inst/examples/tutorial/dashboard_layout.R
inst/examples/tutorial/www/appsilon-logo.png
inst/examples/tutorial/www/style.css
inst/www/shiny.fluent/shiny-fluent.js
inst/www/shiny.fluent/shiny-fluent.js.LICENSE.txt
install.sh
js/.eslintrc.js
js/.gitignore
js/README.md
js/cypress.json
js/cypress/.eslintrc.js
js/cypress/.gitignore
js/cypress/fixtures/example.json
js/cypress/integration/dashboard/dashboard.cy.js
js/cypress/integration/e2e-test/actionButtons.js
js/cypress/integration/e2e-test/deepMixing.js
js/cypress/integration/e2e-test/fluentComponents.js
js/cypress/integration/e2e-test/reactInShiny.js
js/cypress/integration/e2e-test/scenarios.js
js/cypress/integration/e2e-test/shimmer.js
js/cypress/integration/e2e-test/shinyInReact.js
js/cypress/integration/e2e-test/themeProvider.js
js/cypress/plugins/index.js
js/cypress/support/commands.js
js/cypress/support/index.js
js/package.json
js/src/index.js
js/src/inputs.jsx
js/src/setupModules.js
js/webpack.config.babel.js
js/yarn.lock
man/ActivityItem.Rd man/Announced.Rd man/Breadcrumb.Rd man/Button.Rd man/Calendar.Rd man/Callout.Rd man/Checkbox.Rd man/ChoiceGroup.Rd man/Coachmark.Rd man/ColorPicker.Rd man/ComboBox.Rd man/CommandBar.Rd man/CommandBarItem.Rd man/ContextualMenu.Rd man/DatePicker.Rd man/DetailsList.Rd man/Dialog.Rd man/Divider.Rd man/DocumentCard.Rd man/Dropdown.Rd man/Facepile.Rd man/FocusTrapZone.Rd man/FocusZone.Rd man/GroupedList.Rd man/HoverCard.Rd man/Icon.Rd man/Image.Rd man/Keytip.Rd man/Keytips.Rd man/Label.Rd man/Layer.Rd man/Link.Rd man/List.Rd man/MarqueeSelection.Rd man/MessageBar.Rd man/Modal.Rd man/Nav.Rd man/OverflowSet.Rd man/Overlay.Rd man/Panel.Rd man/PeoplePicker.Rd man/Persona.Rd man/Pickers.Rd man/Pivot.Rd man/ProgressIndicator.Rd man/Rating.Rd man/ResizeGroup.Rd man/ScrollablePane.Rd man/SearchBox.Rd man/Separator.Rd man/Shimmer.Rd man/Slider.Rd man/SpinButton.Rd man/Spinner.Rd man/Stack.Rd man/SwatchColorPicker.Rd man/TeachingBubble.Rd man/Text.Rd man/TextField.Rd man/Theme.Rd man/Toggle.Rd man/Tooltip.Rd man/component.Rd
man/figures/shiny-fluent.png
man/fluentPage.Rd man/fluentPeople.Rd man/fluentSalesDeals.Rd man/parseTheme.Rd man/reexports.Rd man/runExample.Rd man/shinyFluentDependency.Rd man/shinyInput.Rd
pkgdown/_pkgdown.yml
pkgdown/extra.css
pkgdown/favicon/android-chrome-192x192.png
pkgdown/favicon/android-chrome-384x384.png
pkgdown/favicon/android-chrome-512x512.png
pkgdown/favicon/apple-touch-icon-120x120.png
pkgdown/favicon/apple-touch-icon-152x152.png
pkgdown/favicon/apple-touch-icon-180x180.png
pkgdown/favicon/apple-touch-icon-60x60.png
pkgdown/favicon/apple-touch-icon-76x76.png
pkgdown/favicon/apple-touch-icon.png
pkgdown/favicon/favicon-16x16.png
pkgdown/favicon/favicon-32x32.png
pkgdown/favicon/favicon.ico
scrape-docs/.eslintrc.js
scrape-docs/.gitignore
scrape-docs/README.md scrape-docs/documentation_template.R
scrape-docs/makeDocs.ts
scrape-docs/package.json
scrape-docs/src/makeRDocs.ts
scrape-docs/src/scrapeDocs.ts
scrape-docs/yarn.lock
shiny.fluent.Rproj
tests/testthat.R tests/testthat/setup-disable-crashpad.R tests/testthat/test-CommandBar.R tests/testthat/test-parseTheme.R tests/testthat/test-utils.R
vignettes/.gitignore
vignettes/images/calc_module.png
vignettes/images/demo_dashboard.png
vignettes/images/rhino_fluent_1.png
vignettes/images/rhino_fluent_2.png
vignettes/images/rhino_fluent_3.png
vignettes/images/rhino_fluent_gif_1.gif
vignettes/images/rhino_fluent_gif_2.gif
vignettes/images/rhino_fluent_gif_3.gif
vignettes/images/tutorial-part1-step1.png
vignettes/images/tutorial-part1-step2.png
vignettes/images/tutorial-part1-step3.png
vignettes/images/tutorial-part1-step4.png
vignettes/images/tutorial-part1-step5.png
vignettes/images/tutorial-part2-step1.png
vignettes/images/tutorial-part2-step2.png
vignettes/images/tutorial-part2-step3.png
vignettes/images/tutorial-part2-step4.png
vignettes/shiny-fluent.Rmd vignettes/st-sales-reps-dashboard.Rmd vignettes/st-shiny-fluent-and-rhino.Rmd vignettes/sz-how-to-shiny-modules.Rmd vignettes/sz-how-to-troubleshoot.Rmd vignettes/sz-how-to-use-fluent-docs.Rmd vignettes/topic_react-in-shiny.Rmd
Appsilon/shiny.fluent documentation built on April 20, 2024, 1:03 p.m.