Add version files and new GIF images for UI components

This commit is contained in:
2025-04-03 06:26:44 +07:00
commit 663c28a2ea
5219 changed files with 772528 additions and 0 deletions

View File

@ -0,0 +1,13 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.

View File

@ -0,0 +1,37 @@
{
"name": "multi-select",
"title": " multiselect",
"description": "This is a tiny jQuery plugin which aims to be a drop-in replacement for the standard &lt;select&gt; with multiple attribute activated.",
"keywords": [
"multiselect",
"select",
"multiple",
"form"
],
"version": "0.9.5",
"author": {
"name": "lou",
"email" : "louiscuny@gmail.com",
"url": "https://github.com/lou"
},
"maintainers": [
{
"name": "Louis CUNY",
"email": "louiscuny@gmail.com",
"url": "https://github.com/lou"
}
],
"licenses": [
{
"type": "wtfpl",
"url": "http://sam.zoy.org/wtfpl/COPYING"
}
],
"bugs": "https://github.com/lou/multi-select/issues",
"homepage": "http://loudev.com/",
"docs": "http://loudev.com/",
"download": "https://github.com/lou/multi-select/archive/master.zip",
"dependencies": {
"jquery": ">= 1.8"
}
}