![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
jSuites is a collection of lightweight common required javascript web components. It is composed of fully responsive vanilla plugins to help you bring the best user experience to your projects, independent of the platform.
The most recent version Jsuites has been splited in two distributions, and there are two optional extensions.
jsuites.js - Complete version. jsuites.basic.js - Only the necessary files for Jexcel. jsuites.webcomponents.js - To use jsuites as webcomponents.
jsuites.layout.js - Extensions and helpers for layout. (Alpha version). jsuites.mobile.js - Extensions to group the webApp components. (Alpha version).
The source code is now available per component. The documentation is still under improvements.
jSuites is a collection of lightweight common required javascript web components. It is composed of fully responsive javascript vanilla plugins to help you bring the best user experience to your projects, independent of the platform.
The first version includes several common javascript tools in various frontend applications. jSuites is fully and easily integrated with any framework and tools. The first collection brings the following plugins:
jSuites brings the developer many advantages, such as:
Create a multiple and autocomplete responsive dropdown.
<html>
<script src="https://bossanova.uk/jsuites/v2/jsuites.js"></script>
<link rel="stylesheet" href="https://bossanova.uk/jsuites/v2/jsuites.css" type="text/css" />
<div id="dropdown1"></div>
<script>
jSuites.dropdown(document.getElementById('dropdown1'), {
data:[
'City of London',
'City of Westminster',
'Kensington and Chelsea',
'Hammersmith and Fulham', // (...)
],
autocomplete:true,
multiple:true,
width:'280px',
});
</script>
</html>
The same code can render in different ways, by directive type: default, picker or searchbar
Dropdown and autocomplete component
Full examples on how to handle simple, advanced, autocomplete and conditional dropdowns.
Javascript calendar, date and datetime picker
A lightweight javascript calendar, date and datetime picker full responsive and easy integration.
Javascript mask
A simple javascript mask plugin
Javascript color picker plugin
Vanilla javascript colorpicker plugin
Javascript contextmenu plugin
Vanilla javascript contextmenu plugin
Javascript image slider plugin
Simple vanilla javascript image slider plugin
Javascript mini HTML editor plugin with filter
Simple vanilla javascript image slider plugin
Tracking the form changes
Alert the user for unsaved changes in a form before leave any page plugin.
Javascript modal plugin
Simple vanilla javascript modal plugin
jSuites is released under the [MIT license]. Copyrights belong to Paul Hodel paul.hodel@gmail.com
FAQs
jSuites is a collection of lightweight common required javascript plugins and web components. It is composed of fully responsive vanilla plugins to help you bring the best user experience to your projects, independent of the platform.
The npm package jsuites receives a total of 33,561 weekly downloads. As such, jsuites popularity was classified as popular.
We found that jsuites demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.