Customise Box and Slider radius #176
hmaesta
started this conversation in
Feature Requests
Replies: 2 comments
-
It's possible to do this with a bit of CSS: .IroSliderBg {
rx: 0;
ry: 0;
}
.IroBoxBg {
rx: 0;
ry: 0;
} But yeah, it'd be nice if there was a config option for this too. I'll look into it when I get the chance |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you, James. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Box and Slider radius is currently calculated by summing
padding
andhandleRadius
.Would be nice to manually change this value to match the default border-radius of my design system.
iro.js/dist/iro.js
Lines 967 to 976 in 25921cd
Beta Was this translation helpful? Give feedback.
All reactions