jsuites 5.2.1 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/jsuites.css +2906 -1
- package/dist/jsuites.js +169 -74
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,13 +62,13 @@ The same code can render in different ways, by directive type: default, picker o
|
|
|
62
62
|
Examples
|
|
63
63
|
---------
|
|
64
64
|
|
|
65
|
-
* [JavaScript
|
|
65
|
+
* [JavaScript Image Cropper](https://jsuites.net/docs/image-cropper)\
|
|
66
66
|
The jSuites.crop is a lightweight JavaScript plugin that allow users load, crop and apply filters to images.
|
|
67
67
|
|
|
68
|
-
* [Dropdown
|
|
68
|
+
* [JavaScript Dropdown](https://jsuites.net/docs/dropdown)\
|
|
69
69
|
Full examples on how to handle simple, advanced, autocomplete and conditional dropdowns.
|
|
70
70
|
|
|
71
|
-
* [Javascript
|
|
71
|
+
* [Javascript Calendar](https://jsuites.net/docs/javascript-calendar)\
|
|
72
72
|
A lightweight javascript calendar, date and datetime picker full responsive and easy integration.
|
|
73
73
|
|
|
74
74
|
* [Javascript tags](https://jsuites.net/docs/javascript-tags)\
|