Skip to content

cebernalc/material-prime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaterialPrime: Material design with PrimeFaces.

MaterialPrime is new JSF project built with PrimeFaces. It helps you create JSF applications that follows the Google Material Design guidelines. It's based on MaterializeCSS library.

The work on MaterialPrime is funded by the community. Just check the project page on Patreon.

If you want to contribute to the project, just fork our GitHub repository, or simply contact me at [email protected]! :D

Setup

Stable Version

You can use Jitpack to use MaterialPrime. Just add this repository:

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

Now just add the dependency to the pom.xml file.

<dependency>
    <groupId>com.github.MaterialPrime</groupId>
    <artifactId>material-prime</artifactId>
    <version>v0.0.1</version>
</dependency>

If you're using Gradle just follow the guide here.

Bleeding Edge

If you want the last unstable version of MaterialPrime, you need to change the dependency like this:

<dependency>
    <groupId>com.github.MaterialPrime</groupId>
    <artifactId>material-prime</artifactId>
    <version>develop-SNAPSHOT</version>
</dependency>

Custom build

If you want to use a jar file of MaterialPrime you need maven to build it:

git clone https://github.com/MaterialPrime/material-prime.git
cd material-prime
mvn package

Enjoy! :)

About

MaterialPrime: Material design with PrimeFaces

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.3%
  • CSS 36.4%
  • Java 13.3%