https://github.com/kresnasatya/good-js-plugins
Currated list of good vanila JS plugins!
https://github.com/kresnasatya/good-js-plugins
javascript-plugins vanilla-javascript
Last synced: 5 months ago
JSON representation
Currated list of good vanila JS plugins!
- Host: GitHub
- URL: https://github.com/kresnasatya/good-js-plugins
- Owner: kresnasatya
- Created: 2020-06-12T15:02:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-31T04:31:11.000Z (over 4 years ago)
- Last Synced: 2025-04-11T02:11:27.976Z (about 1 year ago)
- Topics: javascript-plugins, vanilla-javascript
- Homepage:
- Size: 35.2 KB
- Stars: 20
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-made-by-indonesian - Good JS Plugins - `List of good JS plugins without require third party like JQuery. In other words they are Vanilla JavaScript plugins` *by [Kresna](https://github.com/satyakresna)* (G)
README
# Good JS Plugins
List of good JS plugins without require third party like JQuery. In other words they are Vanilla JavaScript plugins.
## Contribute
Pull requests are welcome and here's the example format.
```
## File Upload
- [FilePond](https://github.com/pqina/filepond)
```
## Analytics
- [Umami](https://github.com/mikecao/umami)
## Datepicker
- [Flatpickr](https://flatpickr.js.org)
- [Duet Date Picker](https://duetds.github.io/date-picker/)
## Select
- [Choices](https://github.com/jshjohnson/Choices)
- [Slim Select](https://github.com/brianvoe/slim-select)
## Single Page Application Router
- [Page.js](https://github.com/visionmedia/page.js/)
- [Navigo](https://github.com/krasimir/navigo)
## State Management
- [Beedle](https://github.com/andy-piccalilli/beedle)
## Dialog
- [Micromodal.js](https://github.com/Ghosh/micromodal)
## Snackbar/Toast Notifications
- [Notyf](https://github.com/caroso1222/notyf)
## Calendar
- [Fullcalendar.io](https://fullcalendar.io)
## WYISWYG Editor
- [Quill](https://quilljs.com)
- [Froalla](https://froala.com/wysiwyg-editor/)
- [Simple MDE - Markdown Editor](https://github.com/sparksuite/simplemde-markdown-editor)
- [Easy MDE - Markdown Editor fork from Simple MDE](https://github.com/Ionaru/easy-markdown-editor)
## Datatable
- [Gridjs](https://github.com/grid-js/gridjs)
- [Clusterize.js](https://github.com/NeXTs/Clusterize.js/)
## Drag and Drop List
- [Sortable](https://github.com/SortableJS/Sortable)
- [Nested Sortable](https://github.com/hesamurai/nested-sort)
## Tree
- [Tree JS](https://github.com/daweilv/treejs)
## File Upload
- [FilePond](https://github.com/pqina/filepond)
- [DropzoneJS](https://www.dropzonejs.com/)
- [Uppy](https://github.com/transloadit/uppy)
## Image Cropping
- [Croppie](https://foliotek.github.io/Croppie/)
## Scroll
- [Simplebar](https://github.com/Grsmto/simplebar)
- [lax.js](https://github.com/alexfoxy/lax.js)
## Progress bar
- [NProgress](https://ricostacruz.com/nprogress/)
## Carousel
- [Swiper.js](https://swiperjs.com/)
- [Glider.js](https://github.com/NickPiscitelli/Glider.js)
- [Chocolat](https://github.com/nicolas-t/Chocolat)
## Syntax highlight
- [EnlighterJs](https://github.com/EnlighterJS/EnlighterJS)
## Lazy Load
- [Lazysizes](https://github.com/aFarkas/lazysizes)
## Video Player
- [Video.js](https://videojs.com/)
## Color Picker
- [iro.js](https://iro.js.org/)
## Typewritter effects
- [Typelt.js](https://typeitjs.com/)
## Form inputs formatting
- [cleave.js](https://nosir.github.io/cleave.js/)
## Charting
- [Chart.js](https://www.chartjs.org/)
## Scroll Animation
- [AOS](https://michalsnik.github.io/aos/)
- [Sal](https://mciastek.github.io/sal/)