Customizing Components


Customizing single component

Pass the component that you want to customize to the styled constructor from styled-components.

Editable Code

Customizing multiple components within a page

Pass the Container component to the styled constructor from styled-components and use class names to style all the components within the Container.

Welcome to Home page

Editable Code