adamdawkins / react-mdl-stepper

React Component for Material Design Light Stepper.
https://adamdawkins.github.io/react-mdl-stepper/
MIT License
4 stars 3 forks source link

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.