Description
jTools 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. jTools is fully and easily integrated with any framework and tools. The first collection brings the following plugins:
jTools - Javascript web components alternatives and similar libraries
Based on the "PostCSS" category.
Alternatively, view jTools - Javascript web components alternatives based on common mentions on social networks and blogs.
-
styled-components
Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress ๐ -
CSS Layout
A collection of popular layouts and patterns made with CSS. Now it has 100+ patterns and continues growing! -
Aphrodite
Framework-agnostic CSS-in-JS with support for server-side rendering, browser prefixing, and minimum CSS generation -
vue-virtual-scroll-list
โก๏ธA vue component support big amount data list with high render performance and efficient. -
React Inline
DISCONTINUED. Transform inline styles defined in JavaScript modules into static CSS code and class names so they become available to, e.g. the `className` prop of React elements. -
File Management with Preview
DISCONTINUED. A file management system built with Vue.js and TypeScript that allows for single and multiple file uploading with a preview feature -
A Vue 3 Dynamic and Versatile High Performance Infinite Scroller Component
A Vue 3 Dynamic and Versatile High Performance Infinite Scroller Component
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of jTools - Javascript web components or a related project?
README
jSuites v4 - 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>
<script src="https://jsuites.net/v4/jsuites.js"></script>
<link rel="stylesheet" href="https://jsuites.net/v4/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\
Examples
JavaScript image cropper\ The jSuites.crop is a lightweight JavaScript plugin that allow users load, crop and apply filters to images.
Dropdown and autocomplete\ Full examples on how to handle simple, advanced, autocomplete and conditional dropdowns.
Javascript calendar\ A lightweight javascript calendar, date and datetime picker full responsive and easy integration.
Javascript tags\ JavaScript tags and keywords managment plugin
Javascript tabs\ JavaScript tabs plugin
Javascript mask\ A simple javascript mask plugin
Javascript color picker plugin\ Javascript color picker plugin
Javascript contextmenu plugin\ Vanilla javascript contextmenu plugin
Tracking the form changes\ Track changes in a online form, apply validations and manage ajax requests.
Javascript modal plugin\ Simple vanilla javascript modal plugin
JavaSript general toolbar\ Micro vanilla javascript toolbar plugin
Javascript mini HTML editor plugin with filter\ Simple vanilla javascript image slider plugin
Official website
Community
Copyright and license
jSuites is released under the [MIT license].
Contact
Other tools
*Note that all licence references and agreements mentioned in the jTools - Javascript web components README section above
are relevant to that project's source code only.