Skip to content

Commit a3f0ee4

Browse files
committed
Documentation
1 parent 4c6eb28 commit a3f0ee4

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
[![Verify Codebase](https://github.com/patternfly-java/patternfly-java/actions/workflows/verify.yml/badge.svg)](https://github.com/patternfly-java/patternfly-java/actions/workflows/verify.yml) [![Javadoc](https://img.shields.io/badge/JavaDoc-Online-green)](https://patternfly-java.github.io/apidocs/) [![Maven Central](https://img.shields.io/maven-central/v/org.patternfly/patternfly-java-parent)](https://central.sonatype.com/search?q=g%3Aorg.patternfly) ![GWT3/J2CL compatible](https://img.shields.io/badge/GWT3/J2CL-compatible-brightgreen.svg) [![Chat on Gitter](https://badges.gitter.im/patternfly-java/patternfly-java.svg)](https://app.gitter.im/#/room/#pf4-java_core:gitter.im)
22

3-
**TOC**
4-
* [Getting Started](#getting-started)
5-
* [Dependencies](#dependencies)
6-
* [Modules](#modules)
7-
* [API Design](#api-design)
8-
* [Static Factory Methods](#static-factory-methods)
9-
* [Add Methods](#add-methods)
10-
* [Builder / Modifier Methods](#builder--modifier-methods)
11-
* [ARIA Related Methods](#aria-related-methods)
12-
* [Event Handlers](#event-handlers)
13-
* [Public API / Getters](#public-api--getters)
14-
* [PatternFly Support](#patternfly-support)
15-
* [Get Involved](#get-involved)
16-
173
PatternFly Java is a Java implementation of [PatternFly](https://www.patternfly.org/). Its goal is to provide an easy-to-use, elegant, and efficient API to build complex web applications with PatternFly in Java. PatternFly Java integrates with and builds upon Elemento's [builder API](https://github.com/hal/elemento#builder-api). It works with both GWT and J2CL. The following code snippet gives a taste of what PatternFly Java looks like:
184

195
```java

0 commit comments

Comments
 (0)