A simple list library in Javascript. No dependencies
This simple list library is inspired by Google Keep application.
Live demo here: arnooo.github.io/sosimplist
npm install --save --production sosimplist
Include the JS library and the stylesheet in your code
<link rel="stylesheet" href="node_modules/sosimplist/style.css" />
<script type="text/javascript" src="node_modules/sosimplist/dist/sosimplist.min.js"></script>
<link rel="stylesheet" href="http://arnooo.github.io/sosimplist/style.css" />
<script type="text/javascript" src="http://arnooo.github.io/sosimplist/dist/sosimplist.min.js"></script>
sosimplist.init('ELEMENT_ID',{edit:true});
That's it !
Check the index.html and style.css file for a quick exemple how to use it.
- Add List
- Add Simple Item
- Data saved in the URL
- Editable mode option {edit:true|false}
- Reorder items by drag and drop
- Hide checked items
- A-Z and Z-A ordering