Cargo Bay is a utility library with some useful and commonly used components and snippets.
- Scroll-to
- Scroll-to-top
- Toggle
- Has space
- Cookie-consent bar
- Responsive audioplayer
- Videolink
- Full image background fallack
- Tabs
- Sidebar Toggle
- Float label form
bower install cargobay
Cargo Bay works with git-flow.
For a contribution to Cargo Bay, you need to follow the following workflow with the addition of a pull-request.
Example for adding a feature:
- Start from develop (make sure to pull first)
git flow feature start -your feature name-
git flow feature publish -your feature name-
- start making your changes (commit and push regularly)
- when done, make a pull-request from your feature branch to develop
- after the pull-request is accepted, do
git flow feature finish -your feature name-
Cargo Bay is licensed under the MIT license.