Skip to content

hussein112/AdminNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admin Notes

Simple Local Storage Based CRUD Notes Plugin.



Usage

Requires: Bootstrap 5.2.z CSS, JS & Bootstrap Icons Icons Will Be loaded, if not found

  1. Download the file, or Add the cdn
    • <script src="https://cdn.jsdelivr.net/gh/hussein112/AdminNotes@latest/admin-note.js" type="module"></script>

    • <script src="https://cdn.jsdelivr.net/gh/hussein112/AdminNotes@latest/admin-note.min.js" type="module"></script>

  2. Insert the wrapper <div id="an-notes"></div>
  3. Done!