Chapter 4 · Example 1 · Advanced configuration with render props
Render prop for an icon
Passing the icon as a render function lets Button hand default props into it, so the consumer can spread, override, or remap them onto any icon library.
Loading live editor…