You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

flex-react-stepper

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flex-react-stepper

A flex react stepper.

0.0.7
latest
Source
npm
Version published
Maintainers
5
Created
Source

Stepper

Build Status Coverage Status Dependencies Dev Dependencies Tested with Jest JavaScript Style Guide Styled with Prettier Conventional Commits Commitizen Friendly

What is This?

It's a react horizantal stepper component.

Install

To install, run yarn add flex-stepper or npm install flex-stepper.

Create Your Stepper

import Stepper from 'flex-stepper'

<Stepper
  steps={[
    'Title',
    'Address PartyB',
    'Payment',
    'Email',
    'Description'
  ]}
  activeStep={1}
/>

Keywords

react

FAQs

Package last updated on 12 Jul 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