npm install backbone.uikitBackbone UI Kit
===============
Backbone UI Kit is a collection of views and components to enrich an application.
Coming soon...
- jquery
- underscore
- underscore.string
- backbone
- backbone.pubsub
- backbone.babysitter
- backbone.touch
- moment
- async
- impetus
- search-utils
- context-utils
- device-utils
$ bower install backbone.uikit --save
- BaseView
- ImageView
- PageView
- RateView
- Navigation
- NavigationView
- BarView
- TitleBarView
- IosBarView
- Dialogs
- ImagesModalView
- ModalView
- List
- ListView
- ListItemView
- Form
- FormView
- TextField
- CheckboxField
- CreditCardField
- SearchFilterView
- SelectField
- SwitchView
- Utils
- style
- animate
- requestAnimationFrame
- State
#### Javascript
``javascript
import { BaseView, PageView, NavigationView, ... } from 'backbone.uikit';
`
#### SCSS
`scss`
@import 'bower_components/backbone.uikit/styles/style';
Event change:direction` triggered when a user change the scroll direction. Top bounce doesn't trigger the event. Bottom bounce does.
Released under MIT License (MIT) Copyright (c) 2016 Matteo Baggio & Michele Belluco