Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

PatternFly Java Finder

CSS styles for the PatternFly Java finder extension. The finder is a macOS Finder-style column browser for hierarchical navigation.

This package provides the CSS only. It is meant to be used together with the org.patternfly:patternfly-java-finder Maven artifact, which contains the Java component implementation.

Installation

Install the package using npm:

npm install @patternfly-java/finder

Usage

Import the CSS in your stylesheet or JavaScript entry point:

@import "@patternfly-java/finder";

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