icons-pack / react-simple-icons

📦 This package provides the Simple Icons packaged as a set of React components.
MIT License
313 stars 19 forks source link

Use forwarding #40

Closed wootsbot closed 4 years ago

wootsbot commented 4 years ago

Ref forwarding is an opt-in feature that lets some components take a ref they receive, and pass it further down (in other words, “forward” it) to a child.