Skip to content

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

License

Notifications You must be signed in to change notification settings

vash15/backbone.uikit

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published