react-progress-steps-peacock

0.0.11 • Public • Published

react-progress-steps

react-progress-steps

Quick Start

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

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 {
      /* ... */
    }
  }
}

Package Sidebar

Install

npm i react-progress-steps-peacock

Weekly Downloads

2

Version

0.0.11

License

MIT

Last publish

Collaborators

  • semcgee