You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-stepper-js

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-stepper-js

Stepper component for react

1.0.4
latest
Source
npmnpm
Version published
Weekly downloads
63
16.67%
Maintainers
1
Weekly downloads
 
Created
Source

react-stepper-js

Stepper component for react NPM JavaScript Style Guide

Install

npm install --save react-stepper-js

Usage

import React, { Component } from 'react'

import Stepper from 'react-stepper-js'
import 'react-stepper-js/dist/index.css'

class Example extends Component {
  render() {
    return <Stepper
      color="#23b561"
      fontSize="20px"
      fontColor="#18aed6"
      steps={[
        { label: "step 1" },
        { label: "step 2" },
        { label: "step 3" },
        { label: "step 4" }
      ]}
      currentStep={3}
    />
  }
}

License

MIT © [Ori Deri] (https://github.com/Orid19)

Keywords

stepper

FAQs

Package last updated on 07 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts