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

Improve navset_pill_list() width and styles #980

Open
gadenbuie opened this issue Feb 12, 2024 · 2 comments
Open

Improve navset_pill_list() width and styles #980

gadenbuie opened this issue Feb 12, 2024 · 2 comments

Comments

@gadenbuie
Copy link
Member

As described in posit-dev/py-shiny#1112, the layout and width of navset_pill_list(), at least when using the function defaults, could be improved.

@corey-dawson
Copy link

In addition, should include

  1. max-width for the vertical navigation menu (the part with the nav items). Should scale similar to sidebar
  2. total width of the widget (already exists)
  3. height: I don't want the widget changing sizes per nav item selected. Widget should have a set height property so each output pane is the same height (currently have to create a div with a set height for each nav item panel to achieve a clean height)
  4. I would like to use this as a sidebar sometimes. instead of having a sidebar with inputs, have this as a sidebar with navigation objects. Anything to make this more streamlined. Also, having the ability to add other objects below the nav items like a button could be useful

@gadenbuie
Copy link
Member Author

4. I would like to use this as a sidebar sometimes. instead of having a sidebar with inputs, have this as a sidebar with navigation objects. Anything to make this more streamlined. Also, having the ability to add other objects below the nav items like a button could be useful

Thanks! We've been planning to implement sidebar navigation for a while and are tracking that work and relevant suggestions in #585.

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

No branches or pull requests

2 participants