Git Product home page Git Product logo

ember-widgets's Introduction

Ember Widgets by Addepar

A collection of small widgets, easy to drop into place as Ember Components.

Demo and Documentation

http://addepar.github.com/#/ember-widgets/

Getting started

JS Bin Starter Kit

http://emberjs.jsbin.com/xabeb/1/edit

Installation

With bower: bower install ember-widgets --save

Or, just include dist/js/ember-widgets.js and dist/css/ember-widgets.css in your app.

Once it's installed, you can customize the look of ember-widgets with CSS.

Developing or Testing

$ npm install -g grunt-cli
$ npm install
$ grunt

To view examples, start the node server. From the root directory:

$ node examples.js.

You can view the examples at http://localhost:8000/gh_pages.

For developing, install pre-commit hooks to run tests in PhantomJS:

./bin/create-hook-symlinks

Dependencies

  • ember
  • jquery
  • bootstrap v3
  • lodash
  • ember list-view

Contributing

Got something to add? Great! Bug reports, feature ideas, and (especially) pull requests are extremely helpful, and this project wouldn't be where it is today without lots of help from the community.

Please read the contribution guidelines for directions on opening issues and working on the project.

Versioning

Ember Widgets uses Semantic Versioning to keep track of releases using the following format:

<major>.<minor>.<patch>

In a nutshell, this means:

  • Breaking changes to the API or behavior increases the major version
  • Adding functionality in a backwards-compatible way increases the minor version
  • Making backwards-compatible bug fixes increases the patch version

Maintainers

Update version numbers and release using https://github.com/webpro/release-it. Install:

$ npm install -g release-it
$ alias release="release-it"

Release process:

$ vim CHANGELOG.md
$ release <options>

Copyright and License

Copyright © 2013 Addepar, Inc. All Rights Reserved

Licensed under the BSD License (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file.

ember-widgets's People

Contributors

bigsley avatar blimmer avatar denisnazarov avatar charlescharles avatar naveg avatar ronco avatar yayalice avatar jiangty-addepar avatar dylanjha avatar ezhang90 avatar gordonkristan avatar liuyang-li avatar stefanpenner avatar addepar-andy avatar

Watchers

James Cloos avatar Ian Gillis avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.