Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/themeselection/Awesome-JavaScript-Libraries

The Currated list of 200+ Awesome JavaScript libraries to add stunning UI components in your projects.
https://github.com/themeselection/Awesome-JavaScript-Libraries

List: Awesome-JavaScript-Libraries

awesome awesome-list awesome-resources awsome-lists javascript javascriptlib library ui ui-components ui-library

Last synced: 4 months ago
JSON representation

The Currated list of 200+ Awesome JavaScript libraries to add stunning UI components in your projects.

Awesome Lists containing this project

README

        

# Awesome-JavaScript-Libraries
Hello out there!🙋🏻‍♂️

Welcome to the go-to resource for discovering top-notch Awesome JavaScript libraries to add robust UI components to your web apps.

Whether you're a developer, designer, or simply curious about the latest tools for crafting seamless user interfaces, this repository can be a valuable resource.

![200-awesome-javascript-libraries-for-ui-components-curated-list](https://github.com/themeselection/Awesome-JavaScript-Libraries/assets/105908323/88a91f2c-c6df-403b-99a6-bc2e331dcf8b)

## Why This Repository?
Building modern web applications demands the right set of tools. With an abundance of JavaScript libraries available, finding the perfect ones for creating UI components can be overwhelming. That's where this repository comes in handy – a curated list of the best JavaScript libraries tailored for diverse UI components. 🚀🚀

> **Give this repository a "⭐" to keep improving this list.**

## Table of Contents
[**UI Components**](https://github.com/themeselection/Awesome-JavaScript-Libraries#ui-components)
- [**Accordion / Collapse**](https://github.com/themeselection/Awesome-JavaScript-Libraries#badges--chips)
- [**Badges / Chips**](https://github.com/themeselection/Awesome-JavaScript-Libraries#badges--chips)
- [**Notification, Snackbar and Toast**](https://github.com/themeselection/Awesome-JavaScript-Libraries#notification-snackbar-and-toast)
- [**Buttons**](https://github.com/themeselection/Awesome-JavaScript-Libraries#buttons)
- [**Carousel**](https://github.com/themeselection/Awesome-JavaScript-Libraries#carousels)
- [**Dropdown**](https://github.com/themeselection/Awesome-JavaScript-Libraries#dropdown)
- [**Modals**](https://github.com/themeselection/Awesome-JavaScript-Libraries#modals)
- [**Navbar**](https://github.com/themeselection/Awesome-JavaScript-Libraries#navbar)
- [**Charts and Graphs**](https://github.com/themeselection/Awesome-JavaScript-Libraries#charts-and-graphs)
- [**Cards**](https://github.com/themeselection/Awesome-JavaScript-Libraries#formatting)
- [**Pagination**](https://github.com/themeselection/Awesome-JavaScript-Libraries#pagination)
- [**Progress**](https://github.com/themeselection/Awesome-JavaScript-Libraries#progress-spinners-loaders)
- [**Rating**](https://github.com/themeselection/Awesome-JavaScript-Libraries#rating)
- [**Menus**](https://github.com/themeselection/Awesome-JavaScript-Libraries#breadcrumbs)
- [**Breadcrumb Navigation**](https://github.com/themeselection/Awesome-JavaScript-Libraries#breadcrumbs)
- [**Snackbar**](https://github.com/themeselection/Awesome-JavaScript-Libraries#timeline)
- [**Timeline**](https://github.com/themeselection/Awesome-JavaScript-Libraries#timeline)
- [**Tooltip**](https://github.com/themeselection/Awesome-JavaScript-Libraries#drag-and-drop)
- [**Search**](https://github.com/themeselection/Awesome-JavaScript-Libraries#form-validation)
- [**Drag and Drop**](https://github.com/themeselection/Awesome-JavaScript-Libraries#date-pickers)
- [**Form Validation**](https://github.com/themeselection/Awesome-JavaScript-Libraries#3d-and-games)
- [**Date Pickers**](https://github.com/themeselection/Awesome-JavaScript-Libraries#calendar)
- [**3D and Games**](https://github.com/themeselection/Awesome-JavaScript-Libraries#search)
- [**Calendar**](https://github.com/themeselection/Awesome-JavaScript-Libraries#editors)
- [**Search**](https://github.com/themeselection/Awesome-JavaScript-Libraries#table)
- [**Editor**](https://github.com/themeselection/Awesome-JavaScript-Libraries#table)
- [**Table**](https://github.com/themeselection/Awesome-JavaScript-Libraries#table)

## UI Components

### Accordion
| No | Library and Component Name | Descriptions | Framework |
|------| -------------------| ------------------------------------|-----------------------------|
| 1. | [**Accordion**](https://github.com/michu2k/Accordion) | Lightweight and accessible accordion module with an extensible API. With the module, you can create an accordion on your website, which is useful, especially for creating FAQ lists. | JavaScript & CSS |
### Badges / Chips
| No | Library and Component Name | Description | Framework |
|------| -------------------| ------------------------------------|-----------------------------|
| 1. | [**KendoReact Chip**](https://www.telerik.com/kendo-react-ui/components/buttons/chip/) | The KendoReact Chip component allows users to enter information, make selections, filter content, or trigger actions. | React.js |
### Notification, Snackbar and Toast
| No | Library and Component Name | Description | Framework |
|------| -------------------| ------------------------------------|-----------------------------|
| 1. | [**Notie**](https://github.com/jaredreich/notie) | A clean and simple notification, input, and selection suite for JavaScript, with no Dependencies. | JavaScript |
| 2. | [**Sweetalert2**](https://github.com/sweetalert2/sweetalert2) | A beautiful, responsive, highly customizable, and accessible (WAI-ARIA) replacement for JavaScript's popup boxes. Zero dependencies. | JavaScript |
| 3. | [**React-Toastify**](https://github.com/fkhadra/react-toastify) | React-Toastify allows you to add notifications to your app with ease. | React |
| 4. | [**React Hot Toast**](https://github.com/timolins/react-hot-toast) | A React Toast library that is Lightweight, customizable, and beautiful by default. | React & TypeScript |
| 5. | [**Notyf**](https://carlosroso.com/notyf/) | A minimalistic JavaScript library for toast notifications. Responsive, A11Y, dependency-free. | JavaScript |
| 6. | [**VanillaToasts**](https://github.com/AlexKvazos/VanillaToasts) | This library is extremely lightweight and depends on no other library. | JavaScript |
| 7. | [**Notify.js**](https://github.com/jpillora/notifyjs) | Notify.js is a jQuery plugin to provide simple yet fully customizable notifications. | JavaScript |
| 8. | [**Toastr**](https://github.com/CodeSeven/toastr) | toastr is a Javascript library for non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. | JavaScript |
| 9. | [**Vue-toast-notification**](https://github.com/ankurk91/vue-toast-notification) | A Vue toast notification plugin for Vue.js. | Vue.js |

[**Top 🔼**](https://github.com/themeselection/Awesome-JavaScript-Libraries#table-of-contents)

### Buttons
| No | Library and Component Name | Description | Available in which Language |
|----|-----------------------------|--------------|-----------------------------|
| 1. | [**Vue Promise Btn**](https://stukh.github.io/vue-promise-btn/) | Vue.js plugin that handles buttons asynchronous lock and shows a loading state indicator. | Vue.js |
| 2. | [**Cloud Sync Button**](https://github.com/vuesence/cloud-sync-button) | Button / progress-bar with cloud synchronization animation in vanilla JavaScript, Vue.js, and Web component formats. | Vue.js |
| 3. | [**Add to Calendar**](https://github.com/add2cal/add-to-calendar-button) | The convenient JavaScript snippet, which lets you reliably create beautiful buttons where people can add events to their calendars. | JavaScript |
| 4. | [**Animating-Buttons**](https://github.com/Spyware007/Animating-Buttons) | Explore Amazing Buttons animation for your next project. | HTML, CSS & JavaScript |
### Carousels
| No | Library and Component Name | Descriptions | Available in which Language |
|----|-----------------------------|--------------|-----------------------------|
| 1. | [**Swiper**](https://swiperjs.com/) | Swiper is a modern and open-source JavaScript slider library that enables you to add sliders to your web pages. | JavaScript |
| 2. | [**Slick**](http://kenwheeler.github.io/slick/) | Slick is a jQuery plugin created by Ken Wheeler to help developers create responsive as well as touch-enabled carousels on web pages. | JavaScript |
| 3. | [**No UI Slider**](https://github.com/leongersen/noUiSlider) | A lightweight, ARIA-accessible JavaScript range slider with multi-touch and keyboard support. | JavaScript |
| 4. | [**Glide.js**](https://glidejs.com/) | Glide.js is a dependency-free and lightweight JavaScript slider library for creating smooth, fast, and responsive sliders. | JavaScript |
| 5. | [**Splide Javascript Slider**](https://splidejs.com/) | Splide is an open-source, flexible, and accessible carousel library written in TypeScript. | TypeScript |
| 6. | [**Flicking**](https://naver.github.io/egjs-flicking/) | Reliable, flexible, and extendable carousel. | JavaScript |
| 7. | [**Tiny Slider**](https://github.com/ganlanyuan/tiny-slider) | Tiny-Slide is an open-source vanilla JavaScript library that lets you build beautiful and responsive carousel sliders. | JavaScript |
| 8. | [**Simple Slider**](https://github.com/ruyadorno/simple-slider) | Simple Slider is an open-source, lightweight, and highly testable JavaScript Carousel slider library. | JavaScript |
| 9. | [**Vue 3 Carousel**](https://ismail9k.github.io/vue3-carousel) | Vue 3 Carouse is an open-source Vue 3 component library that lets you create customizable carousel/slides for your Vue-based projects. | Vue.js |
| 10. | [**FullpageJS**](https://github.com/alvarotrigo/fullPage.js) | Fullpage.js provides a range of scroll effects and transitions to enhance the visual appeal of the website. | React.js |
| 11. | [**Keen Slider**](https://keen-slider.io/) | An open-source library that can easily create sliders and carousels that are mobile-friendly. | React.js |
| 12. | [**React Lightbox**](https://github.com/silvia-odwyer/lightbox.js) | A component feature that enables users to cycle through the images in the gallery containing the slideshow. | React.js |
| 13. | [**React Responsive Carousel**](https://github.com/leandrowd/react-responsive-carousel) | React Responsive Carousel is a powerful, lightweight, and fully customizable carousel component for React apps. | React.js |
| 14. | [**React-ID-Swiper**](https://github.com/kidjp85/react-id-swiper) | React ID Swiper is a library to use Swiper as a React JS component that allows you its modules to custom build. | React.js |
| 15. | [**React Slick**](https://themeselection.com/react-carousel-library/) | React-Slick is a carousel component for React applications for creating responsive and customizable carousels or sliders. | React.js |
| 16. | [**React Swipeable**](https://github.com/FormidableLabs/react-swipeable) | An open-source project that offers a swipeable component for React applications. | React.js |

[**Top 🔼**](https://github.com/themeselection/Awesome-JavaScript-Libraries#table-of-contents)

### Dropdown
| No | Library and Component Name | Descriptions | Available in which Language |
|----|-----------------------------|--------------|-----------------------------|
| 1. | [**vanillaSelectBox**](https://github.com/PhilippeMarcMeyer/vanillaSelectBox) | A dropdown menu with lots of features that takes a select tag and transforms it into a single or multi-select menu with 1 or 2 levels. | JavaScript |
| 2. | [**DownShift**](https://github.com/downshift-js/downshift) | A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components. | React |
| 3. | [**Select2**](https://select2.org/) | Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results. | JavaScript |
| 4. | [**jQuery-MultiSelect**](https://github.com/nobleclem/jQuery-MultiSelect) | Turn a multiselect list into a nice and easy-to-use list with checkboxes. | JavaScript |
| 5. | [**Slim Select**](https://slimselectjs.com/) | A minified JavaScript library for modern and advanced select dropdowns with features like placeholders, search, animations, etc with no dependencies. | JavaScript |
### Modals
| No | Library and Component Name | Descriptions | Available in which Language |
|----|-----------------------------|--------------|-----------------------------|
| 1. | [**SweetAlert2**](https://github.com/sweetalert2/sweetalert2) | A beautiful, responsive, highly customizable, and accessible (WAI-ARIA) replacement for JavaScript's popup boxes. Zero dependencies. | JavaScript |
| 2. | [**Vex**](https://github.com/hubspot/vex) | A modern dialog library which is highly configurable, easily stylable, and gets out of the way. | JavaScript |
| 3. | [**AlertifyJS**](https://github.com/MohammadYounes/AlertifyJS) | AlertifyJS is a JavaScript framework for developing pretty browser dialogs and notifications. | JavaScript |
| 4. | [**Tingle.js**](https://github.com/robinparisi/tingle) | ⚡ 2kB vanilla modal plugin, no dependencies, and easy-to-use. | JavaScript |
| 5. | [**Rmodal**](https://github.com/zewish/rmodal.js) | A simple 1.2 KB modal dialog with no dependencies. | JavaScript |
| 6. | [**Vue-js-modal**](https://github.com/euvl/vue-js-modal) | Easy to use, highly customizable Vue.js modal library. | Vue.js |
| 7. | [**Micromodal**](https://micromodal.vercel.app/) | Micromodal.js is a lightweight, configurable, and a11y-enabled modal library that you can easily add to your project with minimum configuration. | JavaScript |

[**Top 🔼**](https://github.com/themeselection/Awesome-JavaScript-Libraries#table-of-contents)

### Navbar
| No | Library and Component Name | Descriptions | Available in which Language |
|----|-----------------------------|--------------|-----------------------------|
| 1. | [**Pushbar.js**](https://github.com/oncebot/pushbar.js/) | A tiny JavaScript plugin for creating sliding drawers in web apps. It is fully customizable and dependency-free. You can use it as sidebar menus or option drawers. | JavaScript |
| 2. | [**SuperSlide.js**](https://github.com/osrec/SuperSlide.js) | A lightweight, configurable sliding menu for your next PWA with promises. Only 2k gzipped! | JavaScript |
| 3. | [**Menuspy**](https://github.com/lcdsantos/menuspy) | A JavaScript library to make navigation menus highlight the item based on the currently in view section. | JavaScript |
| 4. | [**Slideout.js**](https://slideout.js.org/) | A touch slideout navigation menu for your mobile web apps. | JavaScript |
| 5. | [**JavaScript-Spatial-Navigation**](https://github.com/luke-chang/js-spatial-navigation) | A JavaScript-based implementation of Spatial Navigation. | JavaScript |
| 6. | [**SIDR**](https://github.com/artberri/sidr) | Sidr is a jQuery plugin for creating side menus and the easiest way to make your menu responsive. | JavaScript |
| 7. | [**Responsive-nav.js**](https://github.com/arielsalminen/responsive-nav.js) | Responsive navigation plugin without library dependencies and with fast touchscreen support. | JavaScript |
| 8. | [**PriorityNavigation.js**](https://github.com/gijsroge/priority-navigation) | PriorityNav is a lightweight accessible pure JavaScript plugin that will move your menu items if they don't fit their parent. | JavaScript |

[**Top 🔼**](https://github.com/themeselection/Awesome-JavaScript-Libraries#table-of-contents)

### Charts and Graphs
| No | Library and Component Name | Descriptions | Available in which Language |
|----|-----------------------------|--------------|-----------------------------|
| 1. | [**D3.js**](https://github.com/d3/d3) | A JavaScript library for producing dynamic, interactive data visualizations in web browsers. | JavaScript |
| 2. | [**Chart.js**](https://github.com/chartjs/Chart.js) | A simple yet flexible JavaScript charting library for designers and developers. | JavaScript |
| 3. | [**Plotly.js**](https://plotly.com/javascript/) | A high-level, declarative charting library that supports interactive, publication-quality graphs online. | JavaScript |
| 4. | [**Highcharts**](https://www.highcharts.com/) | A JavaScript charting library that makes it easy to add interactive charts to web and mobile projects. | JavaScript |
| 5. | [**C3.js**](https://c3js.org/) | A D3-based reusable chart library that enables deeper integration of charts into web applications. | JavaScript |
| 6. | [**Chartist.js**](https://github.com/chartist-js/chartist) | A simple responsive chart library built with SVG that works with both CSS and JavaScript. | JavaScript |
| 7. | [**Apexcharts.js**](https://github.com/apexcharts/apexcharts.js) | A modern JavaScript charting library that allows you to build interactive data visualizations with a simple API and 100+ ready-to-use samples. | JavaScript |
| 8. | [**BillBoard.js**](https://github.com/naver/billboard.js) | Billboard.js is a reusable, easy interface JavaScript chart library, based on D3.js. | JavaScript |
| 9. | [**E-Charts**](https://github.com/apache/echarts-examples) | An open-source and widely used library for its comprehensive range of chart types and extensive customization options. | JavaScript |
| 10. | [**Frappe Charts**](https://github.com/frappe/charts) | Simple, responsive, modern SVG Charts with zero dependencies. | JavaScript |
| 11. | [**amCharts**](https://github.com/amcharts/amcharts4) | The most advanced amCharts charting library for JavaScript and TypeScript apps. | JavaScript |
| 12. | [**CanvasJS**](https://canvasjs.com/) | Responsive HTML5 Charting Library with a Simple API and 10x Performance – makes your dashboards fly! | JavaScript |
| 13. | [**Recharts**](https://github.com/recharts/recharts) | A composable charting library built on React components. | React |
| 14. | [**Victory**](https://github.com/FormidableLabs/victory) | A collection of composable React components for building interactive data visualizations. | React.js |
| 15. | [**React-vis**](https://github.com/uber/react-vis) | A collection of React components to render common data visualization charts, such as line/area/bar charts, heat maps, scatterplots, contour plots, and more. | React.js |
| 16. | [**react-chartjs-2**](https://github.com/jerairrest/react-chartjs-2) | React wrapper for Chart.js, a popular charting library. | React.js |
| 17. | [**Nivo**](https://github.com/plouc/nivo) | Nivo provides supercharged React components to easily build dataviz apps, built on top of d3. | React |
| 18. | [**vue-chartjs**](https://github.com/apertureless/vue-chartjs) | Vue.js wrapper for Chart.js, providing reactive charts. | Vue.js |

[**Top 🔼**](https://github.com/themeselection/Awesome-JavaScript-Libraries#table-of-contents)

### Formatting
| No | Library and Component Name | Descriptions | Available in which Language |
|----|-----------------------------|--------------|-----------------------------|
| 1. | [**Cleave.js**](https://github.com/nosir/cleave.js) | An easy way to increase input field readability is by formatting your typed data. | JavaScript |
| 2. | [**Inputmask**](https://github.com/RobinHerbots/Inputmask) | Inputmask is a JavaScript library that helps the user with the input by ensuring a predefined format. | JavaScript |
| 3. | [**AutoNumeric.js**](https://github.com/autoNumeric/autoNumeric) | A standalone library that provides live-as-you-type formatting for international numbers and currencies. | JavaScript |
| 4. | [**Format.Js**](https://github.com/formatjs/formatjs) | FormatJS is a collection of JavaScript libraries designed for internationalizing web applications. It focuses on formatting numbers, dates, and strings for display. | JavaScript |
| 5. | [**Numeral.js**](https://github.com/adamwdraper/Numeral-js) | While not specifically designed for input fields, Numeral.js is a library for formatting and manipulating numbers in JavaScript. It can be useful for formatting numeric values displayed to users. | JavaScript |
### Pagination
| No | Library and Component Name | Descriptions | Available in which Language |
|----|-----------------------------|--------------|-----------------------------|
| 1. | [**Pagination.js**](https://pagination.js.org/) | A jQuery plugin to provide simple yet fully customizable pagination. | jQuery |
| 2. | [**React Paginate**](https://github.com/AdeleD/react-paginate) | A React.js component for handling pagination. It's customizable and works well with React-based projects. | React.js |
| 3. | [**Vue.js Paginate**](https://github.com/TahaSh/vue-paginate) | A Vue.js component for creating pagination. It's simple to use and integrates seamlessly with Vue.js applications. | Vue.js |
| 4. | [**Laravel Vue Pagination**](https://github.com/gilbitron/laravel-vue-pagination) | Laravel Vue Pagination is a Vue.js pagination component for Laravel. It provides out-of-the-box components for Bootstrap 4/5 and Tailwind CSS. | Vue.js |
| 5. | [**Ngx-Pagination**](https://github.com/michaelbromley/ngx-pagination) | The simplest solution for pagination in Angular. | Angular |
| 6. | [**rc-pagination**](https://github.com/react-component/pagination) | An open-source React pagination component for your React web apps. | React.js |

[**Top 🔼**](https://github.com/themeselection/Awesome-JavaScript-Libraries#table-of-contents)

### Progress/ Spinners/ Loaders
| No | Library and Component Name | Descriptions | Available in which Language |
|----|-----------------------------|--------------|-----------------------------|
| 1. | [**ProgressBar.js**](https://github.com/kimmobrunfeldt/progressbar.js) | Responsive and slick progress bars with animated SVG paths. Use built-in shapes or create your own paths. Customize the animations as you wish. | JavaScript |
| 2. | [**NProgress**](https://github.com/rstacruz/nprogress) | Slim progress bars for Ajax'y applications. Inspired by Google, YouTube, and Medium. | JavaScript |
| 3. | [**Pace**](https://github.com/CodeByZach/pace) | Pace is a JavaScript and CSS loader for dynamic page loads. It automatically monitors your Ajax requests, event loop lag, document-ready state, and elements on your page to show a progress indicator. | JavaScript and CSS |
| 4. | [**Spin.js**](https://github.com/fgnass/spin.js) | Spin.js is a simple, animated JavaScript loading spinner. It's highly customizable and can be used in various scenarios. | JavaScript |
| 5. | [**React-Loading**](https://github.com/fakiolinho/react-loading) | Easy to use loading animations for React projects. Uses SVG animations from Brent Jackson's loading project. | React.js |
| 6. | [**Epic-spinners**](https://github.com/epicmaxco/epic-spinners) | Epic-Spinners is an open-source, easy-to-use CSS spinner collection with Vue JS 3 integration. | Vue.js |
| 7. | [**Vue-Spinner**](https://greyby.github.io/vue-spinner/) | A collection of loading spinners with Vue.js. | Vue.js |

### Rating
| No | Library and Component Name | Descriptions | Available in which Language |
|----|-----------------------------|--------------|-----------------------------|
| 1. | [**star-rating.js**](https://github.com/pryley/star-rating.js) | A zero-dependency library that transforms a select with numerical-range values (i.e. 1-5) into a dynamic star rating element. | JavaScript & HTML |
| 2. | [**react-stars**](https://github.com/n49/react-stars) | A simple star rating component for your React projects. | React.js |
| 3. | [**RateYo!**](https://github.com/prrashi/rateYo) | A simple and flexible, vanilla JS star rating Plugin. It uses SVG to render a rating. | JavaScript |
| 4. | [**vue-star-rating**](https://github.com/craigh411/vue-star-rating) | A simple, highly customizable star rating component for Vue 2.x / 3.x. | Vue.js |
| 5. | [**Starry**](https://teddy95.github.io/Starry/index.html) | A JavaScript star rating system that offers various options Like stars, multi-rating capability, initial rating value, read-only mode, tooltips for stars, and custom icons. | JavaScript |
| 6. | [**Raty**](https://github.com/wbotelhos/raty) | A Star Rating Plugin | JavaScript |

[**Top 🔼**](https://github.com/themeselection/Awesome-JavaScript-Libraries#table-of-contents)

### Breadcrumbs
| No | Library and Component Name | Descriptions | Available in which Language |
|----|-----------------------------|--------------|-----------------------------|
| 1. | [**Laravel-breadcrumbs**](https://github.com/diglactic/laravel-breadcrumbs)| A simple Laravel-style way to create breadcrumbs. | Laravel |

### Timeline
| No | Library and Component Name | Descriptions | Available in which Language |
|-----|---------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|-----------------------------|
| 1. | [**Timesheet.js**](https://github.com/sbstjn/timesheet.js) | A simple timeline library built on HTML5 and CSS3. | JavaScript |
| 2. | [**Labella.js**](https://github.com/twitter/labella.js) | Designed for creating packed timeline labels, especially when many labels are required in a short period. | JavaScript |
| 3. | [**React-Chrono**](https://github.com/prabhuignoto/react-chrono) | A React package for creating timelines in various formats like horizontal, vertical, and vertical-alternating. | JavaScript (React) |
| 4. | [**Vertical Timeline**](https://github.com/CodyHouse/vertical-timeline) | A CSS3 and JavaScript-based timeline library with support for bounce animation. | JavaScript, CSS3 |
| 5. | [**Vis Timeline**](https://github.com/visjs/vis-timeline) | Offers interactive timelines and 2D graphs, suitable for data visualization. | JavaScript |
| 6. | [**TimelineJS3**](https://github.com/NUKnightLab/TimelineJS3) | Widely used for creating timelines, adopted by many popular websites. | JavaScript |
| 7. | [**React Calendar Timeline**](https://github.com/namespace-ee/react-calendar-timeline) | A responsive timeline component for React, featuring basic functionalities like panning and zooming. | JavaScript (React) |
| 8. | [**React Vertical Timeline**](https://github.com/stephane-monnot/react-vertical-timeline) | Useful for creating interactive timelines with React.Js and CSS. | JavaScript (React), CSS |
| 9. | [**TimelineJS**](https://github.com/NUKnightLab/TimelineJS) | Offers a variety of customization options for timelines. | JavaScript |
| 10. | [**Chronoline.js**](https://github.com/StoicLoofah/chronoline.js) | Displays events in chronological or horizontal order, and supports various timeframes. | JavaScript |
| 11. | [**Angular Timeline**](https://github.com/rpocklin/angular-timeline) | A responsive, data-driven vertical timeline library for Angular. | JavaScript (Angular) |

[**Top 🔼**](https://github.com/themeselection/Awesome-JavaScript-Libraries#table-of-contents)

### Drag and Drop
| No | Library and Component Name | Descriptions | Available in which Language |
|----|--------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|-----------------------------|
| 1. | [**React-Beautiful-DnD**](https://github.com/atlassian/react-beautiful-dnd) | A beautiful and accessible drag-and-drop library for lists, built on React. Supports vertical, horizontal, and multi-drag features. | JavaScript (React) |
| 2. | [**Sortable**](https://github.com/SortableJS/Sortable) | An open-source JavaScript library for reorderable drag-and-drop lists. Supports multi-drag and swap thresholds. | JavaScript |
| 3. | [**Dragula**](https://github.com/bevacqua/dragula) | A simple JavaScript library providing an easy API for drag and drop, allowing element movement between containers. | JavaScript |
| 4. | [**React-DnD**](https://github.com/react-dnd/react-dnd) | A set of React utilities for building complex drag-and-drop interfaces, keeping components decoupled. | JavaScript (React) |
| 5. | [**vue.draggable.next**](https://github.com/SortableJS/vue.draggable.next) | A Vue-based drag and drop component, compatible with Vue 3 and based on Sortable.js. | JavaScript (Vue) |
| 6. | [**DropZone**](https://github.com/dropzone/dropzone) | A library to create drag-and-drop file upload interfaces, with file preview and upload progress features. | JavaScript |
| 7. | [**React-Grid-Layout**](https://github.com/react-grid-layout/react-grid-layout) | A draggable and resizable grid layout library for React, supporting auto-packing and responsive breakpoints. | JavaScript (React) |
| 8. | [**Draggable**](https://github.com/Shopify/draggable) | An open-source library offering a custom drag-and-drop experience by abstracting native browser events. | JavaScript |
| 9. | [**Interact.JS**](https://github.com/taye/interact.js) | Enables resizing and multi-touch gestures for drag and drop, with a simple, flexible API. | JavaScript |
| 10.| [**Ng-Sortable**](https://github.com/a5hik/ng-sortable) | An Angular-based drag-and-drop library supporting sortable and draggable features on touch devices. | JavaScript (Angular) |
| 11.| [**MoveAble**](https://github.com/daybrush/moveable) | An advanced library with functionalities beyond drag-and-drop, like resizing, wrapping, pinching, and grouping. | JavaScript |
| 12.| [**DragSelect**](https://github.com/ThibaultJanBeyer/DragSelect) | A lightweight drag-and-drop library with no dependencies, supporting module exports and ES6 modules. | JavaScript |
| 13.| [**DFlex**](https://github.com/jalal246/dflex) | Designed to add drag-and-drop interfaces in modern apps, built on Vanilla JavaScript with a transformation mechanism. | JavaScript |

[**Top 🔼**](https://github.com/themeselection/Awesome-JavaScript-Libraries#table-of-contents)

### Form Validation
| No | Library and Component Name | Descriptions | Available in which Language |
|----|-------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|-----------------------------|
| 1. | [**FormValidation**](https://github.com/formvalidation/formvalidation) | A comprehensive library with a large collection of validators, supporting ES6, and offering customization options. | JavaScript (ES6) |
| 2. | [**Just-validate**](https://github.com/horprogs/Just-validate) | A modern, simple, TypeScript-based library with no dependencies. | TypeScript |
| 3. | [**Parsley.js**](https://github.com/guillaumepotier/Parsley.js) | An open-source library offering robust form validation, implementable on both backend and frontend. | JavaScript |
| 4. | [**Jquery Validation**](https://github.com/jquery-validation/jquery-validation) | A simple client-side validation plugin with extensive customization options. | JavaScript |
| 5. | [**JqBootstrapValidation**](https://github.com/ReactiveRaven/jqBootstrapValidation) | An open-source framework for Bootstrap forms, offering a variety of validators. | JavaScript |
| 6. | [**Jquery Creditcardvalidator**](https://jquerycreditcardvalidator.com) | Detects credit card types and validates card number length and Luhn checksum. | JavaScript |
| 7. | [**Hyperform**](https://github.com/hyperform/hyperform) | Implements the HTML5 form validation API, substituting native methods with custom events and hooks. | JavaScript |
| 8. | [**v8n**](https://github.com/imbrn/v8n) | Fluent and simple validation library usable in any context with a readable API. | JavaScript |
| 9. | [**revalidate**](https://github.com/jfairbank/revalidate) | Allows creating and composing small validation functions for complex validations. | JavaScript |
| 10.| [**Pristine**](https://github.com/sha256/Pristine) | A micro-library for JavaScript form validation, no dependencies, and supports built-in validators. | JavaScript |
| 11.| [**bouncer.js**](https://github.com/cferdinandi/bouncer) | A lightweight library augmenting native HTML5 form validation, supports after-submit validation. | JavaScript |
| 12.| [**React Hook Form**](https://github.com/react-hook-form/react-hook-form) | An open-source form validation library for form state management built with performance, UX, and DX in mind. | JavaScript (React) |
| 13.| [**React Final Form**](https://github.com/final-form/react-final-form) | A flexible and efficient form validation library for React, focusing on performance and simplicity. | JavaScript (React) |

[**Top 🔼**](https://github.com/themeselection/Awesome-JavaScript-Libraries#table-of-contents)

### Date Pickers
| No | Library and Component Name | Descriptions | Available in which Language |
|----|-----------------------------|--------------|-----------------------------|
| 1. | [**Hotel Datepicker**](https://github.com/benitolopez/hotel-datepicker) | A pure Javascript date range picker specifically designed for hotel-based projects. Supports all modern browsers. | JavaScript |
| 2. | [**Date Range Picker**](https://github.com/dangrossman/daterangepicker) | JavaScript Date Range, Date and Time Picker Component with features like limiting the selectable date range, localizable strings and date formats, a single date picker, time picker, and many more. | JavaScript |
| 3. | [**Pickadate.js**](https://github.com/amsul/pickadate.js) | The mobile-friendly, responsive, and lightweight jQuery date & time input picker. | JavaScript |
| 4. | [**Airbnb react dates**](https://github.com/airbnb/react-dates) | Best open-source React datepickers on the market with a very clear and intuitive design. | JavaScript (React) |
| 5. | [**React-datepicker**](https://github.com/Hacker0x01/react-datepicker/) | A simple and reusable datepicker component for React. | JavaScript (React) |
| 6. | [**React-DayPicker**](https://github.com/gpbl/react-day-picker) | DayPicker is a customizable date picker component for React, with native TypeScript support. | JavaScript (React) |
| 7. | [**React-widgets**](https://github.com/jquense/react-widgets) | A set of polished, extensible, and accessible form inputs built for React that can be customized as needed. | JavaScript (React) |
| 8. | [**V-calendar**](https://github.com/nathanreyes/v-calendar) | An elegant calendar and datepicker with wide range color options and useful features. | JavaScript (Vue) |
| 9. | [**Vuejs-DatePicker**](https://github.com/charliekassel/vuejs-datepicker) | A simple Vue.js datepicker component. Supports disabling of dates, inline mode, translations. | JavaScript (Vue) |
| 10. | [**Flatpickr**](https://github.com/flatpickr/flatpickr) | A lightweight, powerful javascript datetimepicker with no dependencies. | JavaScript |
| 11. | [**Tempus Dominus**](https://github.com/Eonasdan/tempus-dominus) | A powerful and robust date time picker for javascript written with modern browsers in mind and is written in typescript with no dependencies of Bootstrap, momentjs and jQuery. | JavaScript |
| 12. | [**React Infinite Calendar**](https://github.com/clauderic/react-infinite-calendar) | An open-source date picker with Infinite scrolling, localization, range selection, themes, keyboard support, and more. | JavaScript (React) |
| 13. | [**Bootstrap-datepicker**](https://github.com/uxsolutions/bootstrap-datepicker) | An open-source Bootstrap Date picker with advanced features like keyboard navigation, autoclose, today highlight, google, and more. | Bootstrap |
| 14. | [**Pikaday**](https://github.com/Pikaday/Pikaday) | A JavaScript datepicker with no dependencies. Lightweight, powerful, and customizable. | JavaScript |
| 15. | [**Day.js**](https://github.com/iamkun/dayjs) | Fast 2kB alternative to Moment.js with the same modern API. | JavaScript |

[**Top 🔼**](https://github.com/themeselection/Awesome-JavaScript-Libraries#table-of-contents)

### 3D and Games
| No | Library and Component Name | Descriptions | Available in which Language |
|----|----------------------------|--------------|-----------------------------|
| 1. | [**Three.js**](https://github.com/mrdoob/three.js) | A JavaScript 3D library used to create interactive 3D graphics within web browsers. Features WebGL-based rendering, built-in geometries, shaders, camera control, and more. | JavaScript |
| 2. | [**React-three-fiber**](https://github.com/pmndrs/react-three-fiber) | A React renderer for Three.js. It allows creation of 3D scenes using React components, with features like declarative 3D rendering and performance optimization. | JavaScript |
| 3. | [**Babylon.js**](https://www.babylonjs.com) | A powerful JavaScript framework for building games and rendering engines. Offers an API for adding lights, cameras, shapes, and more, with support for advanced materials and physics. | JavaScript |
| 4. | [**Aframe**](https://github.com/aframevr/aframe) | A web framework for building virtual reality experiences using HTML. Supports entity-component architecture, high performance, and cross-platform compatibility. | JavaScript |
| 5. | [**Cesium**](https://github.com/CesiumGS/cesium) | An open JavaScript library for 3D globes and 2D maps. Features 3D visualization, support for various geometries, and integration with other JavaScript frameworks. | JavaScript |
| 6. | [**Zdog**](https://zzz.dog) | A 3D JavaScript engine for `` and SVG. Offers a pseudo-3D engine with a straight-forward API and designer-friendly approach. | JavaScript |
| 7. | [**Vanta.js**](https://www.vantajs.com) | An open-source library for animated 3D backgrounds, compatible with various frameworks like React, Angular, and Vue. Features easy integration and interactive effects. | JavaScript |
| 8. | [**vanilla-tilt.js**](https://github.com/micku7zu/vanilla-tilt.js) | A library for adding tilt effects to HTML elements. Lightweight and offers smooth animations with gyroscope support. | JavaScript |
| 9. | [**PlayCanvas**](https://github.com/playcanvas/engine) | A WebGL game engine that allows the creation of interactive 3D content directly in the browser. It features a visual development environment and supports real-time collaboration. | JavaScript |
| 10. | [**Whitestorm.js**](https://github.com/WhitestormJS/whs.js) | A framework for creating 3D web applications and games. It provides physics support, a modular structure, and integration with various rendering engines. | JavaScript |
| 11. | [**Physijs**](https://github.com/chandlerprall/Physijs) | A physics plugin for Three.js that enables the use of physics simulations in web applications. It supports features like collision detection, gravity, and constraints. | JavaScript |
| 12. | [**Oimo.js**](https://github.com/lo-th/Oimo.js) | A lightweight physics engine for JavaScript that can be used with 3D libraries like Three.js. It supports rigid body dynamics, collision detection, and more. | JavaScript |
| 13. | [**TWEEN.js**](https://github.com/tweenjs/tween.js) | A simple JavaScript library for tweening and animating HTML5 and JavaScript properties. It can be used to create smooth animations in 3D scenes. | JavaScript |
| 14. | [**React 3D Model Viewer**](https://github.com/react-3d/model-viewer) | A React component for rendering 3D models using Three.js. It provides an easy way to integrate 3D models into React applications. | JavaScript (React) |
| 15. | [**Regl**](https://github.com/regl-project/regl) | A functional WebGL library for creating high-performance, functional graphics applications and games. It provides a minimalistic API for efficient rendering. | JavaScript |
| 16. | [**Matter.js**](https://github.com/liabru/matter-js) | A 2D physics engine for JavaScript. Offers features like collision detection, rigid body dynamics, and various physics simulations for games and simulations. | JavaScript |
| 17. | [**Three.js**](https://github.com/mrdoob/three.js) | A popular 3D library for creating interactive 3D graphics. Features include WebGL-based rendering, camera control, and extensive community support. | JavaScript |
| 18. | [**Plank.js**](https://github.com/shakiba/planck.js) | A physics simulation library, providing features like rigid body dynamics, collision detection, and joints and constraints. | JavaScript |
| 19. | [**Melon.js**](https://github.com/melonjs/melonJS) | A game engine with ES6 class inheritance, offering 2D sprite-based graphics, WebGL rendering, and audio support. | JavaScript |
| 20. | [**PixiJS**](https://www.pixijs.com) | A 2D WebGL renderer, providing an easy-to-use API, support for texture atlases, and full scene graph. | JavaScript |
| 21. | [**Stage.js**](https://github.com/shakiba/stage.js) | A 2D HTML5 JavaScript library for game development, featuring a DOM-like tree data model and rendering cycle management. | JavaScript |
| 22. | [**Kaboom.js**](https://github.com/replit/kaboom) | A simple, flexible library for 2D games, offering features like sprite animations, input handling, and physics simulation. | JavaScript |
| 23. | [**PlayCanvas**](https://playcanvas.com) | A game engine for building 2D and 3D games, known for its advanced graphics and support for WebGL. | JavaScript |
| 24. | [**Cannon.js**](https://github.com/schteppe/cannon.js) | A lightweight 3D physics engine, providing rigid body dynamics, collision detection, and various physical simulations. | JavaScript |

[**Top 🔼**](https://github.com/themeselection/Awesome-JavaScript-Libraries#table-of-contents)

### Calendar
| No | Library and Component Name | Descriptions | Available in which Language |
|----|----------------------------|--------------|-----------------------------|
| 1. | [**FullCalendar**](https://fullcalendar.io) | A popular JavaScript calendar library with integration for React, Vue, and Angular. Offers features like drag-and-drop events, resource timelines, time grids, and multiple themes. | JavaScript |
| 2. | [**TUI Calendar**](https://ui.toast.com/tui-calendar) | An open-source feature-rich calendar library available in Plain JavaScript, React, and Vue. Supports various view types, drag-and-drop scheduling, and customization options. | JavaScript |
| 3. | [**DayPilot Lite**](https://javascript.daypilot.org) | An open-source JavaScript calendar and Scheduler library. Suitable for building calendars, scheduling, project management, and resource booking applications. | JavaScript |
| 4. | [**CLNDR**](https://kylestetz.github.io/CLNDR/) | A jQuery plugin for creating calendars with automatic mouse events. Utilizes templates for quick setup and customization. | JavaScript |
| 5. | [**Scheduler: JavaScript online calendar**](https://webix.com) | An online JavaScript Calendar Widget for integration with business web apps. Supports various view modes and drag-and-drop event management. | JavaScript |
| 6. | [**Vanilla-calendar.js**](https://github.com/vanilla-calendar/vanilla-calendar) | A lightweight and simple calendar plugin written in pure JavaScript. Compatible with multiple frameworks and offers various calendar types and methods. | JavaScript |
| 7. | [**MobiScroll- Modern Javascript event calendar**](https://demo.mobiscroll.com) | A premium Modern JavaScript event calendar suitable for mobile and desktop web apps. Features week, month, and year views, and a scheduler with a time grid. | JavaScript |
| 8. | [**DHTMLX-JavaScript Scheduler Event Calendar**](https://dhtmlx.com) | A JavaScript calendar library inspired by Google-like event calendars. Offers a timeline view, customizable content cells, and multi-section events. | JavaScript |
| 9. | [**Color Calendar**](https://www.npmjs.com/package/color-calendar) | A customizable JavaScript Calendar library with multiple themes. Built on plain JavaScript, it supports multiple calendar views and customization using CSS variables. | JavaScript |
| 10. | [**Calendar.js**](https://github.com/calendar-js/calendar) | A drag-and-drop event calendar built on JavaScript. It is compatible across all major browsers and offers full-color customization for events. | JavaScript |

[**Top 🔼**](https://github.com/themeselection/Awesome-JavaScript-Libraries#table-of-contents)

### Search
| No | Library and Component Name | Descriptions | Available in which Language |
|----|----------------------------|--------------|-----------------------------|
| 1. | [**TypeHead/BloodHound**](https://github.com/twitter/typeahead.js) | A flexible JavaScript library for building robust typeahead, inspired by Twitter's autocomplete search functionality. It consists of two components: Typehead for the autocomplete interface and BloodHound as the suggestion engine. | JavaScript |
| 2. | [**Fuse.Js**](https://github.com/krisk/Fuse) | An open-source lightweight fuzzy-search built on JavaScript with zero dependencies. Supports logical query operators and has no DOM dependencies, making it suitable for backend use as well. | JavaScript |
| 3. | [**List.JS**](https://listjs.com) | A simple JavaScript fuzzy search library that also offers sort and filter functionalities for tables, lists, and HTML elements. It is designed to handle thousands of items and is cross-browser compatible. | JavaScript |
| 4. | [**FlexSearch**](https://github.com/nextapps-de/flexsearch) | The fastest and most flexible full-text JavaScript fuzzy search library with zero dependencies. Offers features like multi-field search, phonetic transformations, partial matching, and uses a scoring algorithm called "contextual index." | JavaScript |
| 5. | [**Match Sorter**](https://github.com/kentcdodds/match-sorter) | A simple library for sorting and filtering arrays in JavaScript. It ranks items based on sensible criteria for a better user experience. | JavaScript |
| 6. | [**uFuzzy**](https://github.com/leeoniya/uFuzzy) | A fuzzy search library that matches short search phrases against a list of short-to-medium phrases, suitable for list filtering and auto-complete/suggest features. | JavaScript |
| 7. | [**Fuzzyset.JS**](https://github.com/Glench/fuzzyset.js) | A fuzzy string set for JavaScript that performs full-text search to determine misspellings and approximate string matching. | JavaScript |
| 8. | [**Horsey**](https://github.com/bevacqua/horsey) | A progressive and customizable autocomplete library. It is fast, easy to use, and can be integrated into any MVC framework without significant codebase addition. | JavaScript |
| 9. | [**FZF for JavaScript**](https://github.com/junegunn/fzf) | A port of the command line-based Fuzzy Search Library FZF, built using Golang, to JavaScript. Offers features like HighlightChars, Case sensitivity, and non-string list support. | JavaScript |
| 10. | [**Bripkens**](https://github.com/bripkens/fuzzy.js) | A JavaScript library for approximate (fuzzy) string matching. It allows sub-term matches and character sequence highlighting before and after the text. | JavaScript |
| 11. | [**FuzzBunny**](https://github.com/mattyork/fuzzy) | An open-source, fast, minified, and memory-efficient fuzzy string searching/matching/highlighting library. Works well in browser environments and Node.js, with a straightforward API for easy integration. | JavaScript |

[**Top 🔼**](https://github.com/themeselection/Awesome-JavaScript-Libraries#table-of-contents)

### Editors
| No | Library and Component Name | Descriptions | Available in which Language |
|----|----------------------------|--------------|-----------------------------|
| 1. | [**Quill**](https://quilljs.com/) | A powerful, modular WYSIWYG editor. Quill is designed for easy customization and extendability, offering rich text editing capabilities ideal for modern web applications. | JavaScript |
| 2. | [**CodeMirror**](https://codemirror.net/) | A versatile text editor implemented in JavaScript for the browser, known for its powerful features that support various languages and customizable themes. Ideal for code editing and syntax highlighting. | JavaScript |
| 3. | [**Monaco Editor**](https://microsoft.github.io/monaco-editor/) | The code editor that powers VS Code, Monaco offers rich IntelliSense, validation, and advanced coding features. It's suitable for creating complex web-based code editors. | JavaScript |
| 4. | [**Ace (Ajax.org Cloud9 Editor)**](https://ace.c9.io/) | An embeddable code editor for web browsers, offering syntax highlighting for over 110 languages, themes, search and replace, and other advanced features. | JavaScript |
| 5. | [**Slate**](https://www.slatejs.org/) | A highly customizable, framework-agnostic library for building rich text editors. Slate provides a flexible core that can be extended to build a variety of editors. | JavaScript |
| 6. | [**Editor.js**](https://editorjs.io/) | A block-styled editor with clean JSON output. Editor.js is designed to be easy to extend and customize, making it ideal for creating structured, content-centric editors. | JavaScript |
| 7. | [**Draft.js**](https://draftjs.org/) | A React-based framework for building rich text editors. It offers an immutable model for content state and a declarative API to manage rich text input. | JavaScript |
| 8. | [**Trix**](https://trix-editor.org/) | A rich text editor for everyday writing, integrating seamlessly with Rails and offering a simple, user-friendly interface for content creation. | JavaScript |
| 9. | [**TOAST UI Editor**](https://ui.toast.com/tui-editor/) | A comprehensive Markdown editor that offers WYSIWYG editing and supports GFM Standard. It includes features like charts and UML support. | JavaScript |
| 10. | [**Medium Editor**](https://yabwe.github.io/medium-editor/) | A clone of the Medium.com WYSIWYG editor, employing the content editable API to create a clean and intuitive editing experience. | JavaScript |
| 11. | [**TinyMCE**](https://www.tiny.cloud/) | A well-known rich text editor with a wide array of plugins. TinyMCE is highly configurable and can be integrated with major frameworks like React, Vue, and Angular. | JavaScript |
| 12. | [**Summernote**](https://summernote.org/) | A simple, yet powerful WYSIWYG editor that is easy to embed and customize in web projects. | JavaScript |
| 13. | [**Jsoneditor**](https://jsoneditoronline.org/) | A user-friendly editor for JSON, offering a tree view to easily navigate, edit, and analyze JSON data. | JavaScript |
| 14. | [**CKEditor 5**](https://ckeditor.com/ckeditor-5/) | A modern rich text editor with a modular architecture. CKEditor 5 is highly customizable and integrates with modern frameworks and technologies. | JavaScript |
| 15. | [**SimpleMDE**](https://simplemde.com/) | A minimalistic Markdown editor with an autosaving feature and spell checking. SimpleMDE offers a distraction-free interface for Markdown editing. | JavaScript |
| 16. | [**Bootstrap WYSIWYG**](https://mindmup.github.io/bootstrap-wysiwyg/) | A tiny bootstrap-compatible WYSIWYG rich text editor, designed for simplicity and integration with the Bootstrap framework. | JavaScript |
| 17. | [**wysihtml5**](https://github.com/tiff/wysihtml5) | An open-source rich text editor based on HTML5, offering advanced features and a flexible approach to content editing. | JavaScript |
| 18. | [**ProseMirror**](https://prosemirror.net/) | A WYSIWYM (What You See Is What You Mean) editor that allows for rich, structured content editing. ProseMirror is versatile and ideal for collaborative editing. | JavaScript |

[**Top 🔼**](https://github.com/themeselection/Awesome-JavaScript-Libraries#table-of-contents)

### Table
| No | Library and Component Name | Descriptions | Available in which Language |
|----|----------------------------|--------------|-----------------------------|
| 1. | [**Blueprint**](https://github.com/palantir/blueprint) | BluePrint Table is a React-based open-source UI tool kit for the web. It can easily handle complex data-dense desktop applications and build an easy interface | JavaScript (React) |
| 2. | [**DataTables**](https://github.com/DataTables/DataTables) | An extensive plugin that is used to provide multiple functionalities to your table like sorting, filtering, pagination, and custom theming. | JavaScript |
| 3. | [**TanStack Table**](https://github.com/tanstack/table) | An Open source JavaScript Table Library to create powerful tables & data grids. | JavaScript |
| 4. | [**Handsontable**](https://github.com/handsontable/handsontable) | JavaScript data grid with a spreadsheet look & feel. Works with React, Angular, and Vue. Supported by the Handsontable team ⚡ | JavaScript |
| 5. | [**Bootstrap Table**](https://github.com/wenzhixin/bootstrap-table) | An extended table to integration with some of the most widely used CSS frameworks. | Bootstrap |
| 6. | [**List.js**](https://github.com/javve/list.js) | The perfect library for adding search, sort, filters and flexibility to tables, lists and various HTML elements. | JavaScript |
| 7. | [**AG-Grid**](https://github.com/ag-grid/ag-grid) | The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript | JavaScript |
| 8. | [**Clusterize.js**](https://github.com/NeXTs/Clusterize.js) | Tiny vanilla JS plugin to display large data sets easily | JavaScript |
| 9. | [**Material Table**](https://github.com/mbrn/material-table) | Datatable for React based on material-ui's table with additional features. | JavaScript (React) |

[**Top 🔼**](https://github.com/themeselection/Awesome-JavaScript-Libraries#table-of-contents)

---

If you would like to make a valuable contribution to this list, we kindly ask you to take a moment to review our [**Contributing Guidelines**](https://github.com/themeselection/Awesome-JavaScript-Libraries/blob/main/Contributing.md)