https://github.com/jimbrig/shiny_react_fluent_app
An experimental shiny application using the shiny.react and shiny.fluent R packages provided by Appsilon.
https://github.com/jimbrig/shiny_react_fluent_app
Last synced: 8 days ago
JSON representation
An experimental shiny application using the shiny.react and shiny.fluent R packages provided by Appsilon.
- Host: GitHub
- URL: https://github.com/jimbrig/shiny_react_fluent_app
- Owner: jimbrig
- Created: 2021-03-27T19:50:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T20:26:19.000Z (over 1 year ago)
- Last Synced: 2025-06-02T19:20:15.469Z (20 days ago)
- Language: R
- Homepage: https://jimsdeployments.shinyapps.io/shiny_react_fluent/_w_a75a1eb4/#!/other
- Size: 52.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - jimbrig/shiny_react_fluent_app - An experimental shiny application using the shiny.react and shiny.fluent R packages provided by Appsilon. (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```# Shiny React Fluent App
[](https://www.tidyverse.org/lifecycle/#experimental)
An experimental shiny application using the [shiny.react](https://github.com/Appsilon/shiny.react) and [shiny.fluent](https://github.com/Appsilon/shiny.fluent) R packages provided by [Appsilon](https://appsilon.com/).
## About
Alternative to the typical [shiny](https://github.com/rstudio/shiny) or [shinydashboard](https://github.com/rstudio/shinydashboard) user interfaces which use a combination of [bootstrap](https://getbootstrap.com/) and [AdminLTE](https://adminlte.io/) UI HTML templates, this app is designed using [React](https://reactjs.org/) components and Microsoft's [Fluent UI](https://developer.microsoft.com/en-us/fluentui#/controls) framework.
### User Interface
Use `fluentPage` to create the UI, as it will add proper CSS classes and suppress Bootstrap (you should not use both Bootstrap and Fluent UI at the same time).