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

plamut/Patterns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Install

git clone git://github.com/cornae/Patterns.git
git submodule update --init --recursive

Development

To develop on Patterns or one of it's submodules, fork 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.1%
  • Other 0.9%