Chapter 3 · Example 5 · Configuration concerns with elements as props

Default props via cloneElement

The Button clones its icon with cloneElement, merging default size and color from its own props while letting the icon's own props override them.

Loading live editor…