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/to-function
Convert property access strings to a function ("user.name.first" etc)
component/clipboard-dom
Makes a DOM element (i.e. <button>) write to the system clipboard
component/per-frame
throttle per animation frame
component/datepicker
Datepicker component built on Calendar
component/route
Route implementation for client-side routers
component/value
get / set form input values
component/levenshtein
The "Levenshtein Distance" algorithm
component/data-uri-to-blob
Get a Blob from a data uri
component/view
Higher level views built on reactive
component/resized
Listen for size changes on elements without polling.
component/os
operating system name
component/setimmediate.js
a really stupid setImmediate polyfill
component/create-element
HTML element creator helper
component/mime
Mime map / lookup utility
component/split-at-cursor
split element blocks at the cursor
component/range-at-xy
Find a range from xy coordinates
component/states
List of states
component/within-document
Check if an element is within the document
component/range-closest-to-xy
Returns the range containing the character closest to the given X and Y coordinates
component/word-at-cursor
get the current word at the cursor of any textarea or contenteditable element.
component/empty
Empties dom elements, arrays and array-like objects.
component/model-timestamps
Timestamp created_at / updated_at plugin for "model"
component/split-at-range
Splits an HTMLElement in the location marked by a range.
component/has-translate3d
Feature detection of css translate3d
component/inject-at-cursor
inject a string or dom node at the cursor
component/isEmpty
Check if an object is empty
component/jquery
please use https://github.com/components/jquery
component/mutation-observer
Exposes the `MutationObserver` constructor without testing for prefixes. For a npm/browserify compatible version, check the version in webmodules org.
component/slide
simple slideshow
component/reduce
array reduce for component