2.0.0 • Published 7 years ago

backbone.uikit v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Backbone UI Kit

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

Demo

Coming soon...

Dependencies

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