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 am requesting to add an iconRef prop on the icon components, and forwarding it to the ref prop on the icon components.
Motivation
this is already enabled in the button components, such as IconButton. In our use case, we have refs with interesting types, such as ones that are callbacks.
Example
reference the IconButton component.
let me know what you think and I can make a PR!
The text was updated successfully, but these errors were encountered:
🚀 Feature Proposal
I am requesting to add an
iconRef
prop on the icon components, and forwarding it to the ref prop on the icon components.Motivation
this is already enabled in the button components, such as
IconButton
. In our use case, we have refs with interesting types, such as ones that are callbacks.Example
reference the
IconButton
component.let me know what you think and I can make a PR!
The text was updated successfully, but these errors were encountered: