Skip to content

adamdawkins/react-mdl-stepper

Repository files navigation

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.

About

React Component for Material Design Light Stepper.

Resources

License

Stars

Watchers

Forks

Packages

No packages published