JSPM

react-multi-step

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q35106F
  • License MIT

A simple and reusable progress multi step component for React

Package Exports

  • react-multi-step

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-multi-step) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

React Multi Step

Join the chat at https://gitter.im/voyya/react-multi-step npm version Build Status Dependency Status codecov Downloads

A simple and reusable multi-step component for React (Demo)

Installation

The package can be installed via NPM:

npm install react-multi-step --save

Configuration

The most basic use of the multi-step can be described with:

Local Development

The master branch contains the latest version of the multi-step component. To start your example app, you can run yarn start. This starts a simple webserver on http://localhost:8080.

You can run yarn test to execute the test suite and linters. To help you develop the component we’ve set up some tests that covers the basic functionality (can be found in /tests). Even though we’re big fans of testing, this only covers a small piece of the component. We highly recommend you add tests when you’re adding new functionality.

The examples

The examples are hosted within the docs folder and are ran in the simple add that loads the multi-step. To extend the examples with a new example, you can simply duplicate one of the existing examples and change the unique properties of your example.

License

Copyright (c) 2016 voyya Inc. and individual contributors. Licensed under MIT license, see LICENSE for the full license.