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
I want to change the Icon on the right and also be able to change the position to be left instead of right, I already searched the issues and using a react component in the trigger prop has no effect.
The text was updated successfully, but these errors were encountered:
@ivanjeremic Hi! I made this possible with passing this to trigger prop in Collapsible component <Collapsible {...props} trigger={[trigger, <ExpandIcon key={trigger} />]} >
ExpandIcon - custom component
I want to change the Icon on the right and also be able to change the position to be left instead of right, I already searched the issues and using a react component in the
trigger
prop has no effect.The text was updated successfully, but these errors were encountered: