{"id":21916879,"url":"https://github.com/zenoo/slick-complete","last_synced_at":"2026-05-18T01:03:17.624Z","repository":{"id":51866239,"uuid":"139809162","full_name":"Zenoo/slick-complete","owner":"Zenoo","description":"Autocomplete your inputs.","archived":false,"fork":false,"pushed_at":"2021-05-09T10:35:17.000Z","size":515,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T13:56:16.393Z","etag":null,"topics":["autocomplete","input"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zenoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-05T07:09:06.000Z","updated_at":"2021-03-31T07:10:54.000Z","dependencies_parsed_at":"2022-08-23T12:40:33.309Z","dependency_job_id":null,"html_url":"https://github.com/Zenoo/slick-complete","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenoo%2Fslick-complete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenoo%2Fslick-complete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenoo%2Fslick-complete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenoo%2Fslick-complete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zenoo","download_url":"https://codeload.github.com/Zenoo/slick-complete/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244937740,"owners_count":20535124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autocomplete","input"],"created_at":"2024-11-28T19:21:21.639Z","updated_at":"2026-05-18T01:03:12.606Z","avatar_url":"https://github.com/Zenoo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SlickComplete [(Demo)](https://jsfiddle.net/Zenoo0/z5tr4a91/)\n\n![Dependencies](https://david-dm.org/Zenoo/slick-complete.svg)\n\nAutocomplete your inputs.\n\n### Doc\n\n* **Installation**\n\nSimply import SlickComplete into your HTML.\n```\n\n\u003clink rel=\"stylesheet\" href=\"slick-complete.min.css\"\u003e\n\u003cscript type=\"text/javascript\" src=\"slick-complete.min.js\"\u003e\u003c/script\u003e\n```\n* **How to use**\n\nCreate a new [`SlickComplete`](https://zenoo.github.io/slick-complete/SlickComplete.html) object with a query String or an Element as the first parameter :\n```\nlet slickComplete = new SlickComplete('div.with[any=\"selector\"]', options);\n// OR\nlet element = document.querySelector('li.terally[any=\"thing\"]');\nlet slickComplete = new SlickComplete(element, options);\n```\n* **Options**\n\n```\n{\n  icon: false,                                // Use an icon for your items ?\n  lang: 'en',                                 // Language\n  items: [                                    // Items list\n    {\n      id: 'yourID',                           // String or Number\n      name: {\n          'en': 'Test',                       // 'lang': 'translatedName'\n          'fr': 'Tester'\n      },\n      aliases: ['Test2','Test3'],             // Name aliases\n      icon: 'https://website.com/iconurl.jpg' // Icon URL\n    },\n    ...\n  ]\n}\n```\n* **Methods**\n\nSee the [documentation](https://zenoo.github.io/slick-complete/SlickComplete.html) for the method definitions.  \n\n* **Example**\n\nSee this [JSFiddle](https://jsfiddle.net/Zenoo0/z5tr4a91/) for a working example\n\n\n## Authors\n\n* **Zenoo** - *Initial work* - [Zenoo.fr](http://zenoo.fr)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenoo%2Fslick-complete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzenoo%2Fslick-complete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenoo%2Fslick-complete/lists"}