Skip to content

Latest commit

 

History

History
94 lines (70 loc) · 2.1 KB

README.md

File metadata and controls

94 lines (70 loc) · 2.1 KB

Backbone UI Kit

Backbone UI Kit is a collection of views and components to enrich an application.

Demo

Look into examples directory, execute npm install and bower install then npm start to try backbone.uikit.

Dependencies

Installation

$ bower install backbone.uikit --save

Components

  • 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

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