Gathering detailed insights and metrics for @quarkunlimit/primereact
Gathering detailed insights and metrics for @quarkunlimit/primereact
Gathering detailed insights and metrics for @quarkunlimit/primereact
Gathering detailed insights and metrics for @quarkunlimit/primereact
npm install @quarkunlimit/primereact
Typescript
Module System
Min. Node Version
Node Version
NPM Version
CSS (59.82%)
JavaScript (39.69%)
SCSS (0.5%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
7,850 Stars
11,242 Commits
1,150 Forks
75 Watchers
7 Branches
336 Contributors
Updated on Jul 11, 2025
Latest Version
10.5.1
Package Id
@quarkunlimit/primereact@10.5.1
Unpacked Size
50.44 MB
Size
15.93 MB
File Count
1,419
NPM Version
9.8.1
Node Version
18.18.0
Published on
Mar 04, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
3
PrimeReact is a rich set of open source UI Components for React. See PrimeReact homepage for live showcase and documentation.
PrimeReact is available at npm.
# Using npm
npm install primereact
# Using yarn
yarn add primereact
# Using pnpm
pnpm add primereact
Each component can be imported individually so that you only bundle what you use. Import path is available in the documentation of the corresponding component.
1//import { ComponentName } from 'primereact/{componentname}'; 2import { Button } from 'primereact/button'; 3 4export default function MyComponent() { 5 return ( 6 <Button label="PrimeReact" /> 7 ) 8}
PrimeReact has two theming has modes; styled or unstyled.
Styled Mode
Styled mode is based on pre-skinned components with opinionated themes like Material, Bootstrap or PrimeOne themes. Theme is the required css file to be imported, visit the Themes section for the complete list of available themes to choose from.
1// theme 2import 'primereact/resources/themes/lara-light-cyan/theme.css';
Unstyled Mode
Unstyled mode is disabled by default for all components. Using the PrimeReact context, set unstyled
as true to enable it globally. Visit the Unstyled mode documentation for more information and examples.
No vulnerabilities found.
Reason
30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
Found 15/28 approved changesets -- score normalized to 5
Reason
6 existing vulnerabilities detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More