Gathering detailed insights and metrics for @breakaway/preact-core
Gathering detailed insights and metrics for @breakaway/preact-core
Gathering detailed insights and metrics for @breakaway/preact-core
Gathering detailed insights and metrics for @breakaway/preact-core
npm install @breakaway/preact-core
Typescript
Module System
Node Version
NPM Version
TypeScript (98.09%)
JavaScript (1.71%)
CSS (0.13%)
Shell (0.03%)
Handlebars (0.03%)
HTML (0.01%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
605
Last Day
1
Last Week
1
Last Month
11
Last Year
403
MIT License
810 Stars
7,261 Commits
358 Forks
27 Watchers
32 Branches
206 Contributors
Updated on Feb 25, 2025
Latest Version
1.0.0
Package Id
@breakaway/preact-core@1.0.0
Unpacked Size
13.48 MB
Size
4.49 MB
File Count
6,118
NPM Version
9.5.1
Node Version
18.16.0
Published on
Aug 29, 2023
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-50%
1
Compared to previous week
Last Month
120%
11
Compared to previous month
Last Year
99.5%
403
Compared to previous year
6
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
30 commit(s) and 0 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 7/13 approved changesets -- score normalized to 5
Reason
branch protection is not maximal on development and all release branches
Details
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
project is not fuzzed
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
29 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-02-17
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