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/textarea-caret-position
xy coordinates of a textarea or input's caret
component/escape-html
Escape string for use in HTML
component/reactive
Tiny reactive template engine
component/scroll-to
Smooth window scrolling with requestAnimationFrame and the Tween component
component/cookie
Cookie component
component/pinch
pinch in and out on elements on handheld devices
component/classes
Cross-browser element class manipulation
component/path-to-regexp
DEPRECATED use https://github.com/pillarjs/path-to-regexp
component/event
Event binding component
component/raf
requestAnimationFrame
component/querystring
Simple key / value pair query-string parser
component/css
DOM element css helper
component/github-buttons
Script version of @mdo's Github Buttons
component/overlay
Page overlay component
component/bind
Function binding utility
component/has-cors
Detects support for Cross-Origin Resource Sharing
component/color-parser
CSS color string parser
component/indexof
Thanks microsoft
component/matches-selector
Check if an element matches a given selector string
component/inserted
Invoke a callback when a DOM element is inserted into the document
component/bus
Event bus component
component/is-module
component/props
Parse immediate identifiers from a js expression string (useful for template engines)
component/link-delegate
Anchor tag click delegation / negotiation for simplifying client-side routing
component/orientation-listener
Listen to device orientation changes
component/trim
Trim string whitespace
component/array-parallel
Call an array of asynchronous functions in parallel
component/array-series
Call an array of asynchronous functions in series
component/toidentifier
Convert a string of words to a JavaScript identifier
component/pad
String padding utilities