JSPM

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

A Tutorial Stepper component for React

Package Exports

  • react-tutorial-stepper

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-tutorial-stepper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-tutorial-stepper

A Tutorial Stepper component for React

NPM JavaScript Style Guide

Install

npm install --save react-tutorial-stepper

Usage

import React, { Component } from 'react'

import MyComponent from 'react-tutorial-stepper'
import 'react-tutorial-stepper/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © BatuhanAydonerDev