DEV Community

Discussion on: Introduction to Styled Components

Collapse
 
ogwurujohnson profile image
Johnson Ogwuru • Edited

We passed the props a code example above, when we did something like this:

<DivWrapper
    color= 'blue'
  >

  </DivWrapper>