
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@paprika/progress-accordion
Advanced tools
The ProgressAccordion component is a progress bar in a collapsible accordion format.
The ProgressAccordion component is a progress bar in a collapsible accordion format.
yarn add @paprika/progress-accordion
or with npm:
npm install @paprika/progress-accordion
| Prop | Type | required | default | Description |
|---|---|---|---|---|
| a11yText | string | false | null | A11y text for assistive technologies to descibe the semantic list. |
| activeIndex | number | false | 0 | |
| activeStatus | node | false | null | Optional status text to be displayed with the active list item. |
| children | node | false | null | List items (must be of type <ProgressAccordion.Item>. |
import ProgressAccordion from "@paprika/progress-accordion";
<ProgressAccordion activeIndex={1} activeStatus="5 days idle" a11yText="Responses">
<ProgressAccordion.Item label="Zero">
<ProgressAccordion.Responses>
<ProgressAccordion.Responses.Item heading="Who is on first?">
<p>Yes.</p>
</ProgressAccordion.Responses.Item>
<ProgressAccordion.Responses.Item heading="What?">
<p>Is on second.</p>
</ProgressAccordion.Responses.Item>
</ProgressAccordion.Responses>
</ProgressAccordion.Item>
<ProgressAccordion.Item label="One" />
<ProgressAccordion.Item label="Two" />
</ProgressAccordion>;
FAQs
The ProgressAccordion component is a progress bar in a collapsible accordion format.
The npm package @paprika/progress-accordion receives a total of 307 weekly downloads. As such, @paprika/progress-accordion popularity was classified as not popular.
We found that @paprika/progress-accordion demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.