Replies: 2 comments
-
Hi @jybinary I'll forward this question to our UI5 Web Components Colleagues as the affected component is developed in their repository. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @jybinary, If it is not stated as a component API (you can check component API here: https://sap.github.io/ui5-webcomponents/nightly/components/Slider/#css-parts) it is added with internal purpose and not means to be used. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I noticed that the ui5 slider component has a CSS part named root-container, which is not explicitly documented (https://sap.github.io/ui5-webcomponents-react/v1/?path=/docs/inputs-slider--docs). I found that it can be used to adjust the padding of the slider’s root container.
Before relying on this for customization, I want to confirm whether root-container is considered a stable and supported CSS part or if it is an internal implementation detail that might change in future releases.
Could you please clarify if using ::part(root-container) is recommended, or is there any other way to adjust the padding of the slider?
Thanks,
Yang
Beta Was this translation helpful? Give feedback.
All reactions