0.2.3 • Published 10 years ago

react-mdl-stepper v0.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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.

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago