react-mdl-stepper

React MDL Stepper Component

Usage no npm install needed!

<script type="module">
  import reactMdlStepper from 'https://cdn.skypack.dev/react-mdl-stepper';
</script>

README

React MDL Stepper Component

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.

Getting started

Pre-requisites

Install React MDL.

Install React MDL Stepper:

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';

Demo & Documentation.

Check out the Storybook.

Look at /src/stories/index.js for the code examples of the stories.