Pass Multiple Children to a React Component with Slots
Good documentation of "slots" pattern in React - basically just passing JSX as a prop. Also points out good way around prop drilling problem
Good documentation of "slots" pattern in React - basically just passing JSX as a prop. Also points out good way around prop drilling problem