Ecosyste.ms: Awesome

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

https://github.com/jsuites/jsuites

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. Same JS codebase across different platforms.
https://github.com/jsuites/jsuites

javascript javascript-library javascript-plugin javascript-tools plugins webcomponents

Last synced: 16 days ago
JSON representation

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. Same JS codebase across different platforms.

Lists

README

        

![The javascript web components](https://jsuites.net/templates/default/img/logo.svg)

## jSuites v5 - Webcomponents and JavaScript plugins.

About
---------
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:

* Nice clean and responsive javascript calendar, date and time picker. This is integrated with jExcel and bring flexibility and responsiveness to your apps and web-based systems;
* Our multi-purpose dropdown aims to give the user the best experience picking one or more options from a list. With a simple directive, you can render that in different modes, such as select box, search bar, mobile picker or a simple list.
* The form tracker will give the chance to track changes from basic to highly dynamic forms in order to remember the user to save their form changes before leaving the page. This is basically the "Are you sure"? javascript plugin.
* A simple color picker
* A very straight forward responsive image thumb view
* A great responsive data timeline
* A simple modal, input mask javascript, mini HTMLeditor and some mobile common web components

Highlights
---------
jSuites brings the developer many advantages, such as:

* Make rich and user-friendly web interfaces and applications
* You can easily handle complicated data inputs in a way users are used to
* Improve your clients software experience
* Create rich CRUDS and beautiful UI
* Lean, fast and simple to use
* One code, multiple platform

### Basic demo

Create a multiple and autocomplete responsive dropdown.

```html

jSuites.dropdown(document.getElementById('dropdown1'), {
data:[
'City of London',
'City of Westminster',
'Kensington and Chelsea',
'Hammersmith and Fulham', // (...)
],
autocomplete:true,
multiple:true,
width:'280px',
});

```
The same code can render in different ways, by directive type: default, picker or searchbar\
![Javascript dropdown](https://jsuites.net/templates/default/img/dropdown.png)

Examples
---------

* [JavaScript Image Cropper](https://jsuites.net/docs/image-cropper)\
The jSuites.crop is a lightweight JavaScript plugin that allow users load, crop and apply filters to images.

* [JavaScript Dropdown](https://jsuites.net/docs/dropdown)\
Full examples on how to handle simple, advanced, autocomplete and conditional dropdowns.

* [Javascript Calendar](https://jsuites.net/docs/javascript-calendar)\
A lightweight javascript calendar, date and datetime picker full responsive and easy integration.

* [Javascript tags](https://jsuites.net/docs/javascript-tags)\
JavaScript tags and keywords managment plugin

* [Javascript tabs](https://jsuites.net/docs/javascript-tabs)\
JavaScript tabs plugin

* [Javascript mask](https://jsuites.net/docs/javascript-mask)\
A simple javascript mask plugin

* [Javascript color picker plugin](https://jsuites.net/docs/color-picker)\
Javascript color picker plugin

* [Javascript contextmenu plugin](https://jsuites.net/docs/contextmenu)\
Vanilla javascript contextmenu plugin

* [Tracking the form changes](https://jsuites.net/docs/richform)\
Track changes in a online form, apply validations and manage ajax requests.

* [Javascript modal plugin](https://jsuites.net/docs/modal)\
Simple vanilla javascript modal plugin

* [JavaSript general toolbar](https://jsuites.net/docs/toolbar)\
Micro vanilla javascript toolbar plugin

* [Javascript mini HTML editor plugin with filter](https://jsuites.net/docs/javascript-html-editor)\
Simple vanilla javascript image slider plugin

## Official website
- [jSuites Official](https://jsuites.net/docs)

## Community
- [GitHub](https://github.com/jsuites/jsuites/issues)

## Copyright and license
jSuites is released under the [MIT license].

## Contact
[email protected]

## Other tools

- LemonadeJS: [Reactive Library and Two-way Data Binding](https://lemonadejs.net/)

- Jspreadsheet: [Data Grid with Spreadsheet Controls](https://jspreadsheet.com/)