Backbone UI Kit is a collection of views and components to enrich an application.
Look into examples
directory, execute npm install
and bower install
then npm start
to try backbone.uikit.
- 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
- Card3DView
- Navigation
- NavigationView
- BarView
- TitleBarView
- OsBarView (Deprecated IosBarView)
- ScrollBarView
- Dialogs
- ImagesModalView
- ModalView
- List
- ListView
- ListItemView
- SwipeListItemView
- Form
- FormView
- TextField
- CheckboxField
- CreditCardField
- SearchFilterView
- SelectField
- SwitchView
- LookupField
- PasswordField
- Utils
- style
- animate
- requestAnimationFrame
- State
- search
- BezierEasing
import { BaseView, PageView, NavigationView, ... } from 'backbone.uikit';
@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