![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@breakaway/react-core
Advanced tools
This library provides a set of common React components for use with the PatternFly reference implementation.
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.
import '@patternfly/react-core/dist/styles/base.css';
import { Button } from '@patternfly/react-core';
export 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.
FAQs
This library provides a set of common React components for use with the PatternFly reference implementation.
The npm package @breakaway/react-core receives a total of 44 weekly downloads. As such, @breakaway/react-core popularity was classified as not popular.
We found that @breakaway/react-core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.