Gathering detailed insights and metrics for aisdash-primereact
Gathering detailed insights and metrics for aisdash-primereact
Gathering detailed insights and metrics for aisdash-primereact
Gathering detailed insights and metrics for aisdash-primereact
npm install aisdash-primereact
Typescript
Module System
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,856 Stars
11,242 Commits
1,154 Forks
76 Watchers
7 Branches
336 Contributors
Updated on Jul 14, 2025
Latest Version
2.2.4
Package Id
aisdash-primereact@2.2.4
Unpacked Size
1.92 MB
Size
374.83 kB
File Count
353
NPM Version
6.1.0
Node Version
10.6.0
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
31
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, if you have an existing application run the following command to download it to your project.
npm install primereact --save
1//import {ComponentName} from 'primereact/components/componentname/componentname'; 2import {Accordion,AccordionTab} from 'primereact/components/accordion/Accordion';
Majority of PrimeReact components (95%) are native and there are some exceptions having 3rd party dependencies such as Google Maps for GMap.
In addition, components require font-awesome for icons, classNames package to manage style classes and react-transition-group for animations.
1dependencies: { 2 "react": "^16.0.0", 3 "react-dom": "^16.0.0", 4 "react-transition-group": "^2.2.1", 5 "font-awesome": "^4.7.0", 6 "classnames": "^2.2.5" 7}
The css dependencies are as follows, note that you may change the theme with another one of your choice.
primereact/resources/themes/omega/theme.css
primereact/resources/primereact.min.css
primereact.min.css is a bundle that contains styles of all components, if you require a style of a specific component import the css from the folder of the component along with the common.css.
primereact/resources/themes/omega/theme.css
primereact/components/common/common.css
primereact/components/autocomplete/AutoComplete.css
If you are using a bundler such as webpack with a css loader you may also import them to your main application component, an example from create-react-app would be.
1import 'primereact/resources/primereact.min.css'; 2import 'primereact/resources/themes/omega/theme.css'; 3import 'font-awesome/css/font-awesome.css';
An example application based on create-react-app is available at github.
Typescript Typescript is fully supported as type definition files are provided in the npm package of PrimeReact. A sample typescript-primereact application is available as well at github.
No vulnerabilities found.
Reason
30 commit(s) and 14 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 18/28 approved changesets -- score normalized to 6
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
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
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