backbone.uikit
v2.0.0
Published
Backbone UIKit
Downloads
2
Readme
Backbone UI Kit
Backbone UI Kit is a collection of views and components to enrich an application.
Demo
Coming soon...
Dependencies
- jquery
- underscore
- underscore.string
- backbone
- backbone.pubsub
- backbone.babysitter
- backbone.touch
- moment
- async
- impetus
- search-utils
- context-utils
- device-utils
Installation
$ bower install backbone.uikit --save
Components
- 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
How to recall
Javascript
import { BaseView, PageView, NavigationView, ... } from 'backbone.uikit';
SCSS
@import 'bower_components/backbone.uikit/styles/style';
ListView
Event change:direction
triggered when a user change the scroll direction. Top bounce doesn't trigger the event. Bottom bounce does.
Licence
Released under MIT License (MIT) Copyright (c) 2016 Matteo Baggio & Michele Belluco