Skip to content

got5/tapestry5-foundation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tapestry 5 Foundation Module - 4.1.2-SNAPSHOT

Features

This module for Apache Tapestry provides a collections of components and mixin that ease the use of the Foundation CSS framework.

Javascript Components

###NAVIGATION

CALLOUTS & PROMPTS

CONTENT

How to use it

Just add the following dependency in your pom.xml.

For Tapestry 5.4 :

<dependencies>
	...
	<dependency>
		<groupId>org.got5</groupId>
		<artifactId>tapestry5-foundation</artifactId>
		<version>4.1.2-SNAPSHOT</version>
	</dependency>
	...
</dependencies>

<repositories>
	...
	<repository>
      		<id>central</id>
      		<url>https://repo1.maven.org/maven2</url>
      		<releases>
        			<enabled>true</enabled>
      		</releases>
    	</repository>

	<repository>
		<id>oss—sonatype-snapshot-repo</id>
		<url>https://oss.sonatype.org/content/repositories/snapshots
		</url>
		<releases>
			<enabled>false</enabled>
		</releases>
	</repository>
	...
</repositories>

To run the demo

mvn jetty:run

Application is now running in : http://localhost:8080/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published