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: 16 days ago
JSON representation
Turn any container's children into manageable items
- Host: GitHub
- URL: https://github.com/Kosmoon/itemizejs
- Owner: Kosmoon
- License: mit
- Created: 2019-05-26T09:44:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-15T21:12:25.000Z (over 2 years ago)
- Last Synced: 2024-09-19T15:48:50.400Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 234 KB
- Stars: 22
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
[](https://twitter.com/KosmoonDev)
Distributed under the MIT license. [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)