Use Material-UI's withStyles Higher-Order Component to Customize Styles in a React App

InstructorThomas Greco

Share this video with your friends

Send Tweet

In this lesson we explore the withStyles Higher-Order Component. First, we'll walk through the process of connecting our a React component to the withStyles HOC. Once connected, we'll then see how we can access custom styles using the classes prop withStyles gives us access to.

Material-UI Homepage Material-UI Style API Docs - withStyles HOC