1.12.3 • Published 2 years ago

@patternfly/pfe-progress-steps v1.12.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

PatternFly Elements Progress Steps

A component that gives the user a visual representation of the current state of their progress through an application (typically a multistep form).

Read more about Progress Steps in the PatternFly Elements Progress Steps documentation

Installation

Load <pfe-progress-steps> via CDN:

<script src="https://unpkg.com/@patternfly/pfe-progress-steps?module"></script>

Or, if you are using NPM, install it

npm install @patternfly/pfe-progress-steps

Then once installed, import it to your application:

import '@patternfly/pfe-progress-steps';

Usage

<pfe-progress-steps>
  <pfe-progress-steps-item state="active" current>
    <div slot="title">Current</div>
    <a slot="link" href="#">View current step</a>
  </pfe-progress-steps-item>
  <pfe-progress-steps-item>
    <div slot="title">Next</div>
    <a slot="link" href="#">View next step</a>
  </pfe-progress-steps-item>
  <pfe-progress-steps-item>
    <div slot="title">Last</div>
    <a slot="link" href="#">View last step</a>
  </pfe-progress-steps-item>
</pfe-progress-steps>
2.0.0-next.2

2 years ago

2.0.0-next.1

2 years ago

1.12.3

2 years ago

2.0.0-next.0

2 years ago

1.12.2

2 years ago

1.12.1

2 years ago

1.12.0

2 years ago

1.11.2

3 years ago

1.11.1

3 years ago

1.11.0

3 years ago

1.10.1

3 years ago

1.10.0

3 years ago

1.9.3

3 years ago

1.9.2

3 years ago

1.9.1

3 years ago

1.9.0

3 years ago