In this lesson, we extend the styles of a base button component to create multiple variations of buttons, using "extend". We can then modify the base styles in one place, and have all button types updated.
Component.extend has already been deprecated. Use styled(<Component>) instead.
styled(<Component>)
styled(< Component >)