This module for Apache Tapestry provides a collections of components and mixin that ease the use of the Foundation CSS framework.
###NAVIGATION
- Off-canvas will be available soon
- TopBar
- Magellan
-
Reveal
-
Alert
-
tooltips will be available soon
-
Joyride
-
DropDown
-
Accordion
-
Tab
-
** Equalizer** will be available soon
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>
mvn jetty:run
Application is now running in : http://localhost:8080/