Accordion to change the icon in the menu and move to the right #1347
-
Hi! I wanted to make changes to the Accordion menu, but I can do it in React. Can it be used outside of React? For example I want to change the icon |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Sure. See https://jsfiddle.net/dk85Lxse/ |
Beta Was this translation helpful? Give feedback.
-
This way I can do it too. justify-content; with space-between .. But I wanted to learn if there is anything ready for the plus and minus to change constantly. Without writing extra JS code .. |
Beta Was this translation helpful? Give feedback.
-
You can/have to override the classes for |
Beta Was this translation helpful? Give feedback.
-
Okey, thank you :) |
Beta Was this translation helpful? Give feedback.
You can/have to override the classes for
.ui.accordion > .title > .icon
and.ui.accordion > .active.title >.icon
without using javascriptThere is currently no existing option which would do this out of the box