0.0.8 • Published 9 years ago

react-progress-steps v0.0.8

Weekly downloads
472
License
MIT
Repository
github
Last release
9 years ago

react-progress-steps

react-progress-steps

Quick Start

npm install react-progress-steps --save
<ProgressSteps steps={5} current={1} />

npm.io

You can disable the custom styling and use your own css. This will render divs with appropriate classes but no styling at all.

<ProgressSteps steps={5} current={1} styling={false} />
.ProgressSteps {
  &-Step {
    /* ... */

    &-activated {
      /* ... */
    }

    &-deactivated {
      /* ... */
    }

    &-current {
      /* ... */
    }  
  }

  &-Line {
    /* ... */

    &-activated {
      /* ... */
    }

    &-deactivated {
      /* ... */
    }
  }
}
0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago