You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using shiny.fluent and imola for layout and am unable to align the material switch to the right side/flex-end of a div.
Using ActionButton.shinyInput and Toggle.shinyInput it appears the flex css is working but I want to use your materialSwitch.
I've grabbed the CSS for materialSwitch but nothing I try is amending the issue, though I'm a novice CSS really. Could you take a look at this and if possible I'd like to also align it to the very bottom of the div aswell as to the end.
I'm using shiny.fluent and imola for layout and am unable to align the material switch to the right side/flex-end of a div.
Using ActionButton.shinyInput and Toggle.shinyInput it appears the flex css is working but I want to use your materialSwitch.
I've grabbed the CSS for materialSwitch but nothing I try is amending the issue, though I'm a novice CSS really. Could you take a look at this and if possible I'd like to also align it to the very bottom of the div aswell as to the end.
`library(shiny)
library(shiny.fluent)
library(imola)
library(shinyWidgets)
ui <- gridPage(
)
)
)
server <- function(input, output, session) {
}
shinyApp(ui, server)`
The text was updated successfully, but these errors were encountered: