Outline
We've looked at how to use styled-components
and created a Container
component in our layout. Now let's do an assignment to give you some extra practice.
Create a button in the About page using Styled Components. Push yourself here: add a conditional to change the styling if a primary
prop is detected. Read the docs to learn more and check out the Styled Components homepage to see an example.