react-slot-pattern-example icon indicating copy to clipboard operation
react-slot-pattern-example copied to clipboard

An example implementation of React's slot pattern for passing components as props

react-slot-pattern-example

Build Status Slack Greenkeeper badge

Showcasing how the slotting components in React works. Read more about it.

Installation

  • git clone [email protected]:the-road-to-learn-react/react-slot-pattern-example.git
  • cd react-slot-pattern-example
  • npm install
  • npm start
  • visit http://localhost:3000