File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ server <- function(id) {
3030 interactive = TRUE ,
3131 H5(" Analytical applications" ),
3232 tags $ p(
33- " User interfaces that enable people to interact smoothly with data," ,
34- " ask better questions, and make better decisions."
33+ " User interfaces that enable people to interact smoothly with data," ,
34+ " ask better questions, and make better decisions."
3535 ),
3636 Button.shinyInput(
3737 inputId = ns(" closeOverlay" ),
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ ui <- function(id) {
2828 )
2929 ),
3030 H3(" Another toaster" ),
31- Button.shinyInput(
32- inputId = ns(" anotherToastDanger" ),
33- " Another danger" ,
34- intent = " danger"
35- ),
31+ Button.shinyInput(
32+ inputId = ns(" anotherToastDanger" ),
33+ " Another danger" ,
34+ intent = " danger"
35+ ),
3636 H3(" Progress" ),
3737 Button.shinyInput(
3838 inputId = ns(" toastProgress" ),
Original file line number Diff line number Diff line change @@ -121,12 +121,12 @@ server <- function(id) {
121121 )
122122 })
123123
124- output $ info <- renderReact({
124+ output $ info <- renderReact({
125125 UL(
126126 tags $ li(" Selected (id): " , input $ click $ id ),
127127 tags $ li(" Selected (label): " , input $ click $ label )
128128 )
129- })
129+ })
130130
131131 output $ selected_nodes_list <- renderReact({
132132 UL(lapply(input $ selected_nodes , function (node ) tags $ li(node )))
Original file line number Diff line number Diff line change @@ -208,8 +208,8 @@ makeRouter <- function(items, routes) {
208208 href = " https://appsilon.github.io/shiny.react/" ,
209209 target = " _blank" ,
210210 img(
211- class = " logo" ,
212- src = " https://github.com/Appsilon/shiny.react/raw/master/man/figures/shiny-react.png" # nolint
211+ class = " logo" ,
212+ src = " https://github.com/Appsilon/shiny.react/raw/master/man/figures/shiny-react.png"
213213 )
214214 )
215215 ),
You can’t perform that action at this time.
0 commit comments