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

[Feature Request] Helper Text in Mini variant of Navigation Drawer #9684

Open
nutann3 opened this issue Nov 13, 2019 · 4 comments
Open

[Feature Request] Helper Text in Mini variant of Navigation Drawer #9684

nutann3 opened this issue Nov 13, 2019 · 4 comments
Assignees
Labels
C: New Component This issue would need a new component to be developed. C: VNavigationDrawer VNavigationDrawer T: feature A new feature
Milestone

Comments

@nutann3
Copy link

nutann3 commented Nov 13, 2019

Problem to solve

In current version, Mini variant of navigation drawer has only icon where in some cases it is hard to interpret its representation.

Proposed solution

Displaying helper text underneath the icon will solve this problem.
We can use tooltips to solve this problem but Helper texts are more elegant.

Youtube's Reference Image

Screenshot 2019-11-13 at 9 12 06 PM

@ghost ghost added the S: triage label Nov 13, 2019
@MathewtheCoder
Copy link

That sounds interesting maybe we can add the feature with mini-variant-label-display prop which will be a boolean. But then there will be width and text overflow issues for longer titles. And it might conflict with already existing mini-variant-width. Can i look into this feature request ?

@jacekkarczmarczyk jacekkarczmarczyk added the C: VNavigationDrawer VNavigationDrawer label Nov 14, 2019
@johnleider johnleider added T: feature A new feature and removed S: triage labels Jan 10, 2020
@johnleider johnleider added this to the v3.0.0 milestone Jan 10, 2020
@Abhimanyu-Jana

This comment has been minimized.

@mikesaintsg
Copy link

mikesaintsg commented Jun 15, 2020

I have come up with something similar, a quick custom hack would be:

<v-list-item class="text-center pa-0 pt-3" link> <span> <v-icon>home</v-icon> <v-subheader>Home</v-subheader> </span> </v-list-item>

@KaelWD KaelWD modified the milestones: v3.0.0, v3.x.x Apr 26, 2023
@johnleider johnleider added the C: New Component This issue would need a new component to be developed. label Jan 30, 2024
@johnleider
Copy link
Member

We will be bringing a new component VNavigationBtn that will be the suggested usage for app-bar, navigation-drawer(rail), and bottom-navigation.

@johnleider johnleider self-assigned this Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: New Component This issue would need a new component to be developed. C: VNavigationDrawer VNavigationDrawer T: feature A new feature
Projects
None yet
Development

No branches or pull requests

7 participants