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
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