Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Kosmoon/itemizejs

Turn any container's children into manageable items
https://github.com/Kosmoon/itemizejs

Last synced: 3 months ago
JSON representation

Turn any container's children into manageable items

Lists

README

        

# ItemizeJS

> Turn any container's children into manageable items.

[](https://www.npmjs.com/package/itemizejs)

[Website](https://kosmoon.github.io/itemize/)

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, added or dragged.

# Installation

### Include script

CDN:

```html

```

Locally:

```html

```

### OR install with NPM

```
npm install itemizejs
```

```javascript
import Itemize from itemizejs
```

### Start coding!

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

# Usage example

https://kosmoon.github.io/itemize/index.html?example

# Documentation

https://kosmoon.github.io/itemize/docs.html

# Browser support

| Chrome | Safari | IE / Edge | Firefox | Opera |
| ------ | ------ | --------- | ------- | ----- |
| 24+ | 8+ | 11+ | 32+ | 15+ |

## About

Created by Kosmoon

[Twitter URL](https://twitter.com/KosmoonDev)

[email protected]

Distributed under the MIT license. [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)