Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Mulder committed Nov 13, 2015
1 parent 689339a commit 305a889
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# leather-editable-list

This element takes an array as input and provides a component allowing deletion from this array and adding new values to it. The good part: Rendering every row is done with `<template>` support and adding items is possible in multiple ways. Re-ordering items is **not** possible yet.
This element takes an array as input and provides a component allowing deletion from this array and adding new values to it. The good part: Rendering every row is done with `<template>` support and adding items is possible in multiple ways. Re-ordering items is **not** possible (yet).

# Installation

bower install --save leather-editable-list

# Documentation & Demo's

See http://david-mulder.github.io/leather-editable-list/components/leather-editable-list/

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leather-editable-list",
"version": "0.0.1",
"version": "1.0.1",
"authors": [
"Anonymous <[email protected]>"
],
Expand Down

0 comments on commit 305a889

Please sign in to comment.