react-collapsible
react-collapsible copied to clipboard
How to change the Icon and its position?
trafficstars
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.
@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