Turn any container's children into manageable items.
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.
CDN:
<script src="https://cdn.jsdelivr.net/npm/itemizejs@1.0.8/itemize.min.js"></script>
Locally:
<script src="YOURPATH/itemize.min.js"></script>
npm install itemizejs
import Itemize from itemizejs
var itemManager = new Itemize();
itemManager.apply(".target_container");
https://kosmoon.github.io/itemize/index.html?example
https://kosmoon.github.io/itemize/docs.html
Chrome | Safari | IE / Edge | Firefox | Opera |
---|---|---|---|---|
24+ | 8+ | 11+ | 32+ | 15+ |
Created by Kosmoon