-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat: pixel sizing support #58
base: master
Are you sure you want to change the base?
Conversation
This is indeed very helpful and currently we would like to use in our project, is this possible to be merged anytime soon? |
Hi! This is unmerged because there is a lot of refractoring to do. Thankfully. there are many ways to overcome this issue by listening to events of the window resize and programmatically convert the pixel amount to percentages. |
bump— would love to see this land :) |
are you planning to continue this work? |
Sadly I have no time for this work.. But any suggestion/contribution is welcome. This is a good road and initial design in my opinion |
work in progress, still on draft.
Roadmap?:
calc(% + px)
to handle the splitter size, so the sizing will be expected and there will be no overflow. This would also simplify the dragging code. (Done! in bc48c47)size
var to be a string in the format ofXpx
orX%
, including two way binding. If it is a number, then it's the size in %.Closes #33
Closes #38