Gathering detailed insights and metrics for @breakaway/react-core
Gathering detailed insights and metrics for @breakaway/react-core
Gathering detailed insights and metrics for @breakaway/react-core
Gathering detailed insights and metrics for @breakaway/react-core
A set of React components for the PatternFly project.
npm install @breakaway/react-core
Typescript
Module System
Node Version
NPM Version
TypeScript (98.4%)
JavaScript (1.42%)
CSS (0.12%)
Shell (0.03%)
Handlebars (0.03%)
HTML (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
831 Stars
7,497 Commits
370 Forks
26 Watchers
41 Branches
211 Contributors
Updated on Jul 11, 2025
Latest Version
5.3.12
Package Id
@breakaway/react-core@5.3.12
Unpacked Size
17.76 MB
Size
7.33 MB
File Count
6,755
NPM Version
8.3.1
Node Version
16.14.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
7
This project provides the React core components for the PatternFly project.
Community: PatternFly website | Slack | Medium | Mailing list
Before you begin, check out this overview of PatternFly to get familiar with the basic elements of the design system. These instructions also assume that an existing React project is set up. For more information on how to do this, please see our main README.
Using npm, run the following command to install:
npm install @patternfly/react-core --save
OR
Using yarn, run the following command to install:
yarn add @patternfly/react-core
Each PatternFly component already contains the CSS related to the component. In order to have consistent styles throughout the application, PatternFly Base CSS should be used in the project, or some components may diverge in appearance. This import statement should be placed before your main application component is imported.
1import '@patternfly/react-core/dist/styles/base.css';
1import { Button } from '@patternfly/react-core'; 2 3export default <Button variant="primary">Button</Button>;
All component documentation is available on PatternFly.org.
All React contributors must first be PatternFly community contributors. If you are already a PatternFly community contributor, check out the React contribution guidelines to make React contributions.
PatternFly React is licensed under the MIT License.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
Found 15/30 approved changesets -- score normalized to 5
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
42 existing vulnerabilities detected
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