This package has been deprecated

Author message:

Obsolete

flex-react-stepper

0.0.7 • Public • Published

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

/flex-react-stepper/

    Package Sidebar

    Install

    npm i flex-react-stepper

    Weekly Downloads

    0

    Version

    0.0.7

    License

    MIT

    Unpacked Size

    10.1 kB

    Total Files

    9

    Last publish

    Collaborators

    • kleros-admin