Material UI — Non-Linear Steppers

John Au-Yeung
JavaScript in Plain English
5 min readAug 28, 2020

--

Photo by Ernesto Bruschi on Unsplash

Material UI is a Material Design library made for React.

It’s a set of React components that have Material Design styles.

In this article, we’ll look at how to customize steppers with Material UI.

Non-Linear Steppers

We can add non-linear steppers to add a stepper that allows users to navigate to any step they want.

--

--