Displaying 1 to 20 from 704 results

data - A data persistence library for Ember.js.

  •    Javascript

A data layer for your Ember applications.

ember-simple-auth - A library for implementing authentication/authorization in Ember

  •    Javascript

Ember Simple Auth supports all Ember.js versions starting with 1.12. Ember Simple Auth is a lightweight library for implementing authentication/ authorization with Ember.js applications. It has minimal requirements with respect to application structure, routes etc. With its pluggable strategies it can support all kinds of authentication and authorization mechanisms.

ember-paper - The Ember approach to Material Design.

  •    Javascript

This project aims to bring Google's new Material Design to Ember. The goal is to encapsulate everything possible in Ember components. This project is packaged as an Ember-cli addon. This should also automatically create an scss file under app/styles/app.scss with @import 'ember-paper'; and install ember-cli-sass.




ember-i18n

  •    Javascript

Internationalization for Ember

ember-cli-mirage - A client-side mock server to develop, test and prototype your app

  •    Javascript

A client-side server to develop, test and prototype your Ember CLI app. View the docs here.

ember-charts

  •    Javascript

A charting library built with the Ember.js and d3.js frameworks. It includes time series, bar, pie, and scatter charts which are easy to extend and modify. The out-of-the-box behavior these chart components represents our thoughts on best practices in chart interactivity and presentation. Unfortunately, this version of Ember Charts is out of date, and the current maintainers of Ember Charts at Addepar have not been able to update it recently.

ember-table

  •    Javascript

An addon to support large data set and a number of features around table. Ember Table can handle over 100,000 rows without any rendering or performance issue. This version of Ember Table supports Ember 1.11 to latest version of Ember. To use Ember Table, you need to create columns and rows dataset.


ember-electron - :zap: Build, test, compile and package desktop apps with Ember and Electron

  •    Javascript

An Ember addon to turn Ember apps into cross-platform desktop applications, taking care of development, tests, compilation, and installer creation. To see a real world example, check out Ghost Desktop.

emberfire - The officially supported adapter for using Firebase with Ember

  •    TypeScript

This repository is maintained by Googlers but is not a supported Firebase product. Issues here are answered by maintainers and other community members on GitHub on a best-effort basis. WARNING: Master branch is the work in progress for version 3 of Emberfire. You can find version 2 here, if you're looking for documentation or to contribute to stable. Learn more about the rewrite effort here.

list-view - An incremental rendering list view for Ember.js

  •    Javascript

An efficient incremental rendering list view for large lists.

ember-power-select - The extensible select component built for ember.

  •    Javascript

Ember Power Select is a select component written in Ember with a focus in flexibility and extensibility. It is designed to work well with the way we build Ember apps, so it plays nicely with promises, ember-concurrency's tasks, ember-data collections and follows idiomatic patterns.

ember-composable-helpers - Composable helpers for declarative templating in Ember

  •    Javascript

ember-composable-helpers is built and maintained by DockYard, contact us for expert Ember.js consulting. Both only and except can be safely used together (the addon computes the diff), although it's best if you only use one for your own sanity.

ember-easy-form - Easily build semantic forms in Ember

  •    Javascript

ember-easy-form is built and maintained by DockYard, contact us for expert Ember.js consulting. This README outlines the details of collaborating on this Ember addon.

ember-localstorage-adapter - Name says it all.

  •    Javascript

Store your ember application data in localStorage. Compatible with Ember Data 1.13 and above.

ember-component-css - An Ember CLI addon which allows you to specify styles for individual components

  •    Javascript

An Ember CLI addon which allows you to specify component-specific style sheets in an app, addon, engine, or in-repo addon. Rules defined in the style-sheets will automatically be namespaced with an autogenerated class. That autogenerated class will also be injected into your component's classNames property. This enables you to worry less about rules clashing across component styles.

ember-moment

  •    Javascript

Moment.js template helpers and computed property macros for Ember

Semantic-UI-Ember - Official Semantic UI Integration for Ember

  •    Javascript

The project is a wrapper over Semantic UI and should continue to work even if Semantic UI is updated, but we are looking for maintainers to take over handling issues and pull requests. If you are interested please open a ticket.This is the official Ember library for the Semantic-UI modules.

ember-cli-flash - Simple, highly configurable flash messages for ember-cli

  •    Javascript

Simple, highly configurable flash messages for ember-cli. This addon is tested against the release, beta and canary channels, ~1.11.0, and 1.12.1. Because this addon makes use of attribute bindings, which were introduced in ember 1.11.0, earlier versions of ember are not compatible with the latest version.