forked from ahawkins/emberaddons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlist.yml
48 lines (42 loc) · 2.17 KB
/
list.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
-
author: Yapp Labs & Contributors
link: http://www.emberjs.com/list-view
name: ListView
tldr: An efficient incremental rendering list view for large lists.
description: Ember.ListView works on mobile phones that support web overflow touch css, doesn't work on iOS because iOS doesn't emit scroll events during the momentum phase of a scroll nor do the elements know there offset top during that scroll phase.
-
author: DockYard
link: https://github.com/dockyard/ember-easyForm
name: EasyForm
tldr: Semantic form builder for Ember
description: A form builder for Ember that was highly inspired by SimpleForm for Ruby on Rails
- author: DockYard
link: https://github.com/dockyard/ember-validations
name: Validations
tldr: Validations for your Ember Objects
description: Quickly add validations to your Ember objects, comes with many property validators
- author: Adam Hawkins
link: https://github.com/ahawkins/ember.js/blob/groupable-mixin/packages/ember-runtime/lib/mixins/groupable.js
name: Ember.GroupableMixin
tldr: Turn an array into multiple smaller arrays
description: A simple mixin for turning larger arrays into smaller one for uses. Perfect for things like calendars or task lists.
- author: Adam Hawkins
link: https://raw.github.com/ahawkins/ember.js/arrangable-mixin/packages/ember-runtime/lib/mixins/arrangeable.js
name: Ember.ArrangeableMixin
tldr: Sorting + Filtering in one array
description: A powerful filtering and sorting in one mixin.
- author: Erik Bryn
link: https://github.com/ebryn/ember-model
name: Ember.Model
tldr: Thin lightweight model wrapper
description: Simple and powerful alternative to Ember Data. Easy to get started with when you don't need the full ED package.
- author: Addepar
link: https://github.com/Addepar/ember-table
name: Ember Table
tldr: The fast table library
description: Table built using Ember.js that lazily renders rows.
- author: Alex Speller
link: https://github.com/alexspeller/ember-query
name: Ember Query
tldr: Query string support
description: A library enabling url query parameters to be used in ember applications. This feature is slated to be included in Ember.js 1.1.