We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! 👋
I ran into a case where your component is perfect! However, instead of an arrow, there should be a +/- sign.
I was wondering if it would be possible, for a future version, give control to what svg show on the collapsed and uncollapsed state.
Could be something like: collapsedSVG={<CollapsedSvgImage /> and uncollapsedSVG={<UncollapsedSvgImage />}.
collapsedSVG={<CollapsedSvgImage />
uncollapsedSVG={<UncollapsedSvgImage />}
Thank you so much! ✨
The text was updated successfully, but these errors were encountered:
hey friend! sorry for not being so long
Sorry, something went wrong.
No worries!
Thank you! 😄
Is this implemented @Eliav2 I am facing same, need to change arrow image.
this is not customable by the API but you can just copy the source code and replace the ArrowDownIcon.js file with your own svg
No branches or pull requests
Hello! 👋
I ran into a case where your component is perfect! However, instead of an arrow, there should be a +/- sign.
I was wondering if it would be possible, for a future version, give control to what svg show on the collapsed and uncollapsed state.
Could be something like:
collapsedSVG={<CollapsedSvgImage />
anduncollapsedSVG={<UncollapsedSvgImage />}
.Thank you so much! ✨
The text was updated successfully, but these errors were encountered: