You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Swiper Element (Web Component) does not have parts for its sub-components, as its pagination (pagination button (normal / active)), navigation, etc.
This makes styling those elements unnecessarily hard, as selecting those elements in shadow DOM by CSS is not directly possible from the outside.
Expected Behavior
All sub-components should be parts, so that styling is very easy and efficient,
it also leverages the strengths of such web components.
Actual Behavior
No parts are available.
Swiper version
9.2.3
Platform/Target and Browser Versions
Chrome (latest stable at 18.04.2023) on Windows 10 x64
Customization must be done through CSS properties, if there are not enough CSS properties, you can open another feature request suggesting what to add.
Repository owner
locked and limited conversation to collaborators
Apr 21, 2023
Check that this is really a bug
Reproduction link
https://codepen.io/strarsis/pen/qBJNJzv
Bug description
The Swiper Element (Web Component) does not have
parts
for its sub-components, as its pagination (pagination button (normal / active)), navigation, etc.This makes styling those elements unnecessarily hard, as selecting those elements in shadow DOM by CSS is not directly possible from the outside.
Expected Behavior
All sub-components should be parts, so that styling is very easy and efficient,
it also leverages the strengths of such web components.
Actual Behavior
No parts are available.
Swiper version
9.2.3
Platform/Target and Browser Versions
Chrome (latest stable at 18.04.2023) on Windows 10 x64
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: