Getting started
jSuites is a free, robust collection of lightweight and responsive JavaScript plugins designed to enrich your web applications. Offering a suite of versatile features, including spreadsheets, dropdowns, and colour pickers, jSuites empowers developers to effortlessly integrate complex functionalities, enhancing web projects without building from scratch. Its easy-to-use, cross-platform approach aims to streamline the development process, making it an invaluable tool for modern web development.
Installation
jSuites is framework-agnostic and seamlessly blends with React, Angular, VueJS, or any other library. It provides flexible integration options, allowing you to add it to your project via NPM, CDN, or direct download to your project folder.
CDN
<script src="https://cdn.jsdelivr.net/npm/jsuites/dist/jsuites.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jsuites/dist/jsuites.min.css" type="text/css" />
NPM installation
npm install jsuites
Source code (MIT)
https://github.com/jsuites/jsuites
Libraries
Native libraries in the package
There are many extended solutions that will bring specific installation instructions.
- JavaScript Calendar
- JavaScript Color picker
- JavaScript Context menu
- JavaScript Dropdown
- JavaScript Mask
- JavaScript Modal
- JavaScript Picker
- JavaScript Rating
- JavaScript Rich forms
- JavaScript HTML editor
- JavaScript Slider
- JavaScript Tags
- JavaScript Tabs
- JavaScript Toolbars
External extended official libraries
There are many extended solutions that will bring specific installation instructions.
Resources
Testing jSuites
Our testing processes leverage Jest. Following the cloning of our GitHub project, you can initiate the tests using the command provided below:
npm run test