Chapter 3 · 6 examples

Configuration concerns with elements as props

The problem · Elements as props · Conditional rendering and performance · Default values for the elements from props

  1. Example 1Icon as an element prop
  2. Example 2Footer prop on a dialog
  3. Example 3Layout slots accept anything
  4. Example 4Content as children
  5. Example 5Default props via cloneElement
  6. Example 6Overriding props by mistake