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

Find a way to visually represent CSS variables of multiple values as singe-value #2

Open
yairEO opened this issue Nov 21, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@yairEO
Copy link
Owner

yairEO commented Nov 21, 2020

For example, padding/margin values may look like: 10px 20px, and a variable that controls that maybe be defined as so:

--gap: 10px 20px;

Currently Knobs' range slider cannot deal with a variable that may consists of more than one "value".

It is desired to have more control over such variables, if the situation demands, and the visual way to represent such a solution should be carefully considered, along with the appropriate Knobs (settings) data structure.

I prefer to avoid text inputs because they do not provide the desired experience of gradual change, as sliders do.

@yairEO yairEO added the enhancement New feature or request label Nov 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant