Pinned Repositories
component.github.io
components search using component-crawler
dom
DOM traversal, manipulation and events aggregate library (like jQuery)
ease
Easing functions for canvas etc
escape-html
Escape string for use in HTML
infinity
infinite scrolling with loading and unloading.
model
Minimalistic extensible data models
reactive
Tiny reactive template engine
rope
Efficient data structure for large mutable strings.
textarea-caret-position
xy coordinates of a textarea or input's caret
tip
Tooltips with a nice flexible API
Components's Repositories
component/model
Minimalistic extensible data models
component/infinity
infinite scrolling with loading and unloading.
component/tip
Tooltips with a nice flexible API
component/s3
Upload files to s3 from the client
component/events
High level dom node event management (with delegation support)
component/notification
growl-style notifications for the browser
component/delegate
Event delegation component
component/fullscreen
Fullscreen api wrapper
component/queue
function job queue with concurrency and timeout support
component/file-picker
File picker component
component/menu
Menu component
component/user-agent-parser
Lightweight JavaScript-based User-Agent string parser. Supports browser & node.js environment.
component/ie
get the running version of IE without UA sniffing.
component/popover
Popover component built on top of Tip
component/clone
object deep clone component
component/closest
Find the closest parent that matches a selector
component/tap-event
Create tap event listeners
component/collection
Enumerable data model collections
component/dropdown
Dropdown menu
component/gesture
Multi-touch gesture sugar layer on top of hammer.js
component/each
Object / array / array-ish / string iteration utility
component/class-transition
Applies a transitive class that gets removed after a CSS transition ends.
component/confirmation-popover
Confirmation Popover for inline confirmations
component/file
higher level File and FileReader API
component/object
Object utilities
component/assert
assert()
component/global
Returns a reference to the `global` object
component/within-element
Check if an element is within a given DOM element
component/transform-property
Name of the CSS transform property (cross-browser)
component/min
min value in array -- min(users, 'age')