https://github.com/zurb/wrangle-demo
Demo of wrangle.
https://github.com/zurb/wrangle-demo
Last synced: 10 months ago
JSON representation
Demo of wrangle.
- Host: GitHub
- URL: https://github.com/zurb/wrangle-demo
- Owner: zurb
- License: mit
- Created: 2013-08-05T15:01:58.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-14T16:31:04.000Z (almost 13 years ago)
- Last Synced: 2024-12-27T07:42:23.160Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://zurb.com/playground/wrangle-jquery-plugin
- Size: 993 KB
- Stars: 2
- Watchers: 20
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# Wrangle Demo
Wrangle is an experimental jQuery plugin created by ZURB, a product design company agency in Campbell, California. The plugin allows the user to multiple-select items by drawing a line through them. This is a sample application showing how Wrangle can be used with Foundation to create a basic responsive web app.
## Setup
To start, clone or download the file to your local machine.
$ git clone https://github.com/zurb/wrangle-demo.git
This demo requires Foundation and Compass. Make sure you've got the gems for both installed:
$ gem install compass
$ gem install zurb-foundation
You'll need to compile the Sass files once to get going.
$ cd wrangle-demo
$ compass watch .
## More Info
You can find the full documentation for Wrangle on its [GitHub repository](http://github.com/zurb/wrangle). Also be sure to check out Wrangle's page on [ZURBplayground](http://zurb.com/playground/wrangle-jquery-plugin).