Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui.input_dark_mode not available in version 0.10.1 #1424

Open
webscale opened this issue May 26, 2024 · 1 comment
Open

ui.input_dark_mode not available in version 0.10.1 #1424

webscale opened this issue May 26, 2024 · 1 comment

Comments

@webscale
Copy link

File "D:\Projects\shinyspring_git\templates\simple_navbar\app.py", line 70, in
ui.nav_control(ui.input_dark_mode(id = "mode" ,mode = "light")),

Pip freeze -
shiny==0.10.1
shinyswatch==0.6.1
shinywidgets==0.3.2

@webscale webscale changed the title ui.input_dark_mode not available in version 0.1 ui.input_dark_mode not available in version 0.10.1 May 26, 2024
@gadenbuie
Copy link
Collaborator

ui.input_dark_mode() was added in shiny v0.8.0. Are you sure you're using v0.10.1? You can add the following somewhere in your app's UI to confirm

f"Shiny version: {shiny.__version__}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants