```sh npm i -s @sikt/sds-progress-indicator ```
@sikt/sds-progress-indicator``sh`
npm i -s @sikt/sds-progress-indicator
The state of each component is set by the currentIndex prop on the .
Actions can be added to a step with the child components and .
`js
import { ProgressIndicator, ProgressStep } from "@sikt/sds-progress-indicator";
import "@sikt/sds-progress-indicator/dist/index.css";
`
For use without details add the count prop and omit children.
`js`
Import stylesheet:
`css`
@import url("@sikt/sds-progress-indicator");
Create custom markup:
`html``...