Plugins
Here you can find all the third party plugins used in this project.
📁 Css files of plugins are in the src/assets/css folder.
📁 Js files of plugins are in the src/assets/js/libs folder.
For add new plugins, download plugin and put in css file in the src/assets/css folder and js file in the src/assets/js/libs folder. If you want to use a plugin, you can include its css file in head section and js file in the body section like this:
<link rel="stylesheet" href="./assets/css/plugin.css">
<script src="./assets/js/libs/plugin.js">
📁 Apexcharts
Apexcharts is a modern charting library that helps developers to create interactive and responsive charts for web pages. It offers a wide range of chart types and customization options, making it easier to visualize data in web applications.
Documentation Link📁 JS Datepicker
JS Datepicker (likely referring to a specific implementation, as there are many JavaScript datepickers) is a library that provides an interactive calendar interface for selecting dates. It enhances form inputs by offering a user-friendly way to input dates in web applications.
Documentation Link📁 Highlight.js
Highlight.js is a powerful and flexible JavaScript framework for building modern web applications. It provides a simple and elegant way to add interactivity to your HTML.
Documentation Link📁 JS Vectormap
JS Vectormap (possibly referring to jVectorMap) is a library for creating interactive vector maps in web browsers. It allows developers to create customizable, resolution-independent maps for various geographical data visualization purposes.
Documentation Link📁 Niceselect2
Niceselect2 is a lightweight jQuery plugin that replaces native select elements with customizable, searchable dropdown menus. It enhances the user experience for selecting options in forms and provides additional features like multiple selections.
Documentation Link📁 Quill JS
Quill is a powerful, free, open source WYSIWYG (What You See Is What You Get) editor. It allows users to create rich text content within web applications, offering features like formatting, embedding images, and customizable modules.
Documentation Link📁 Simple Datatable js
Simple Datatable js is a vanilla JavaScript library for creating interactive tables. It provides features like sorting, searching, and pagination for large datasets, making it easier to display and interact with tabular data on web pages.
Documentation Link📁 Swiper js
Swiper is a modern touch slider library with hardware accelerated transitions and amazing native behavior. It's commonly used for creating mobile touch sliders and interactive carousels for web and mobile applications.
Documentation Link📁 Notyf
Notyf is a minimalistic JavaScript library for creating toast notifications. It allows developers to easily add non-blocking notifications to web applications, providing a simple way to give feedback to users about the result of their actions.
Documentation Link📁 Hint.css
Hint.css is a pure CSS tooltip library. It uses CSS3 features to create simple and elegant tooltips without relying on JavaScript. This makes it easy to add informative hover tooltips to elements on a web page with minimal effort.
Documentation Link