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
For example so we can pass icons to the chakra select
pc.select(icon=pc.icon("arrow_drop_down"))
and it can compile down to
<Select icon={<MdArrowDropDown />} placeholder='Woohoo! A new icon' />
The text was updated successfully, but these errors were encountered:
Is this a duplicate of #236?
Sorry, something went wrong.
Ah yes good catch! Will close this and add the other one to the sprint.
picklelo
No branches or pull requests
For example so we can pass icons to the chakra select
and it can compile down to
The text was updated successfully, but these errors were encountered: