1.0.9 • Published 5 years ago

itemizejs v1.0.9

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

ItemizeJS

Turn any container's children into manageable items.

Website

ItemizeJS is a Javascript library which transforms any containers children into manageable items in just two lines of code.

Items will reorganize themselves with a nice animation when removed or added.

npm.io

Installation

Include script

CDN:

<script src="https://cdn.jsdelivr.net/npm/itemizejs@1.0.8/itemize.min.js"></script>

Locally:

<script src="YOURPATH/itemize.min.js"></script>

OR install with NPM

npm install itemizejs
import Itemize from itemizejs

Start coding!

var itemManager = new Itemize();
itemManager.apply(".target_container");

Usage example

https://itemizejs.com/index.html?example

Documentation

https://itemizejs.com/docs.html

Browser support

ChromeSafariIE / EdgeFirefoxOpera
24+8+11+32+15+

About

Created by Kosmoon

kosmoonstudio@gmail.com

Distributed under the MIT license. License: MIT

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago