Skip to content

Library for quickly applying rich interaction patterns without the need to write any JavaScript.

License

Notifications You must be signed in to change notification settings

lukasgraf/Patterns

 
 

Repository files navigation

https://secure.travis-ci.org/Patternslib/Patterns.png

Patterns is a JavaScript library that enables designers to build rich interactive prototypes without the need for writing any Javascript. All events are triggered by classes and other attributes in the HTML, without abusing the HTML as a programming language. Accessibility, SEO and well structured HTML are core values of Patterns.

For more information please see the documentation.

Install

git clone git://github.com/cornae/Patterns.git
make

Browser support

Patterns aims to support the two latest major versions of all popular browsers. Currently that means:

  • Apple Safari 5
  • Apple Safari 6
  • Google Chrome 20
  • Google Chrome 21
  • Microsoft Internet Explorer 8
  • Microsoft Internet Explorer 9

Development

To develop on Patterns or one of it's submodules, clone the repository and set it's push-url to your fork:

git set-url --push origin <url_to_your_fork>

Create a branch for the feature/bug you are working on:

git checkout -b <feature>

For inclusion use either a github pull request or create a ticket with a url to your external repository.

About

Library for quickly applying rich interaction patterns without the need to write any JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%