CSS styles for PatternFly Java.
This package provides the CSS only.
Install the package using npm:
npm install @patternfly-java/core
Import the CSS in your stylesheet or JavaScript entry point:
@import "@patternfly-java/core";This package requires PatternFly 6 CSS (
@patternfly/patternfly) to be present, as it references PatternFly design tokens for colors, spacing, borders, and typography.
Apache-2.0