Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

PatternFly Java Core

CSS styles for PatternFly Java.

This package provides the CSS only.

Installation

Install the package using npm:

npm install @patternfly-java/core

Usage

Import the CSS in your stylesheet or JavaScript entry point:

@import "@patternfly-java/core";

Requirements

This package requires PatternFly 6 CSS ( @patternfly/patternfly) to be present, as it references PatternFly design tokens for colors, spacing, borders, and typography.

License

Apache-2.0