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] dense property levels (xs, s, m, l) #9579

Closed
ibanlaya opened this issue Nov 5, 2019 · 3 comments
Closed

[Feature Request] dense property levels (xs, s, m, l) #9579

ibanlaya opened this issue Nov 5, 2019 · 3 comments
Labels
framework Issues and Feature Requests that have needs framework-wide. T: feature A new feature
Milestone

Comments

@ibanlaya
Copy link

ibanlaya commented Nov 5, 2019

Problem to solve

We are developing a business application using value and vuetify, we are very comfortable working with both, but we need to have different application sizes (By default beautify is very big). We have seen the dense property in some components, but we need to have different density levels (xs, s, m, l).

To do it, we add a dynamic css property in the component (: class="[dense]") and css classes. Example: https://codepen.io/IbanLaya/full/KKKoPBR.
We don't like this solution. ¿ Are you going to add different density levels?

Proposed solution

dense property has to support different values (xs, s, m, l)

@ghost ghost added the S: triage label Nov 5, 2019
@KaelWD
Copy link
Member

KaelWD commented Nov 5, 2019

No. The grid gutter sizes can be changed with sass variables, the input styles are from the material design specification and have no reason to be more delineated.

@KaelWD KaelWD closed this as completed Nov 5, 2019
@escapedcat
Copy link
Contributor

Just an info for other people who search for this:
It's $grid-gutter in the global $vuetify Sass variables

@KaelWD
Copy link
Member

KaelWD commented Mar 4, 2021

This has also been added to v3 as density="comfortable" and density="compact"

@KaelWD KaelWD added framework Issues and Feature Requests that have needs framework-wide. T: feature A new feature and removed S: triage labels Mar 4, 2021
@KaelWD KaelWD added this to the v3.0.0 milestone Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework Issues and Feature Requests that have needs framework-wide. T: feature A new feature
Projects
None yet
Development

No branches or pull requests

3 participants