FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

patternfly-java/patternfly-java at af2992df5764705fcc09b413b487b59eedc22ee4 · GitHub

Latest commit

 

History

1,682 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PatternFly Java

PatternFly Java is a 100% Java implementation of PatternFly without any JavaScript dependencies (except for charts). Built on Elemento's builder API, compatible with both GWT and J2CL.

card().flat().rounded().large()
    .addHeader(cardHeader().addTitle(cardTitle("Title")))
    .addBody(cardBody().textContent("Body"))
    .addFooter(cardFooter().textContent("Footer"));

Quick Start

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.patternfly</groupId>
            <artifactId>patternfly-java-bom</artifactId>
            <version>0.9.7</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Then add patternfly-java-gwt (GWT) or patternfly-java-j2cl (J2CL) as a dependency. See the Get Started guide for full setup instructions.

Resources

Get Involved

PatternFly Java is still under development. Join the chat, enter the discussions, or use the issues to report bugs or request features.

About

PatternFly Java implementation

Topics

Resources

Code of conduct

Contributing

Stars

34 stars

Watchers

3 watching

Forks

Releases

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL