A port of @ahlechandre's polyfill of Google's Material Design stepper component for Material Design Light to work with React using @tleunen's excellent React MDL.
Install React MDL.
npm install --save react-mdl-stepper
Include stepper.css
from the root of the module (copied from @ahlechandre's MDL Stepper, Thank you).
Import the components when you need them: e.g.
import { Stepper, Step, StepActions, StepContent } from '../index';
Check out the Storybook.
Look at /src/stories/index.js for the code examples of the stories.