New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-wizard-step

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-wizard-step

React wizard step

latest
Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
9
125%
Maintainers
1
Weekly downloads
 
Created
Source

react-wizard-step

Wizard step build with React.

Installation

npm install react-wizard-step

Example

import React from 'react'
import WizardStep from 'react-wizard-step'

const Example = () => (
  <WizardStep>
    <Component title="Title 1" subTitle="Sub title 1" />
    <Component title="Title 2" subTitle="Sub title 2" />
    <Component title="Title 3" subTitle="Sub title 3" handler={() => alert('success')} />
  </WizardStep>
)

export default Example

Options

PropertyTypeDescriptionDefault
afterDoneComponentanyComponent after when done was clicked---
isShowStepBarboolShow step bartrue
isShowNumberboolShow number of steptrue
childrenshape({title:string, subTitle:string, handler:func})Children component each step---

Keywords

react

FAQs

Package last updated on 27 Feb 2018

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