Skip to content

A SIMPLE, MOBILE JAVASCRIPT LIBRARY FOR CREATING ELEGANT WIDGETS

License

Notifications You must be signed in to change notification settings

yy8597/soysaucejs

 
 

Repository files navigation

#A SIMPLE, MOBILE JAVASCRIPT LIBRARY FOR CREATING ELEGANT WIDGETS

Soysauce (v1.3.22)

Original Author: Edward Gaba

Soysauce is a customizable javascript widget library. Popular widgets included are carousels and accordions. Please file any issues you find in Github and visit the Soysauce website for full documentation of the widgets:

Installation - HTML

You will need to include both the CSS and JS file (use the CDN links above). jQuery is a pre-requisite and will be need to be inserted before Soysauce in the DOM.

Installation - Bower

Simply run bower install soysaucejs. The CSS and JS will need to be included. Example with your bower components folder named 'vendor':

<link rel="stylesheet" type="text/css" href="/vendor/soysaucejs/assets/soysauce.css">
<script src="/vendor/soysaucejs/public/soysauce.js"></script>

Contribute

You will need the following pre-requisites:

gem update --system
gem install compass
npm install -g bower
  1. Install your packages:
npm install
  1. Start the local development server:
gulp

The following assets will be served on port 5000 and can be found in the public directory:

The widget javascript files can be found under ./assets/javascript/soysauce

The css files can be found under ./assets/stylesheets/soysauce

About

A SIMPLE, MOBILE JAVASCRIPT LIBRARY FOR CREATING ELEGANT WIDGETS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.6%
  • CSS 5.0%
  • Ruby 2.4%