{"id":21916887,"url":"https://github.com/zenoo/slick-loader","last_synced_at":"2025-04-19T03:19:55.747Z","repository":{"id":32435418,"uuid":"133646433","full_name":"Zenoo/slick-loader","owner":"Zenoo","description":"A slick loader to use during your AJAX calls or data processing","archived":false,"fork":false,"pushed_at":"2025-01-07T12:50:27.000Z","size":1139,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-08T23:36:38.648Z","etag":null,"topics":["data-loading","javascript","loader"],"latest_commit_sha":null,"homepage":"https://zenoo.github.io/slick-loader/","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":"CHANGELOG.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-16T10:00:16.000Z","updated_at":"2025-01-07T12:50:30.000Z","dependencies_parsed_at":"2024-06-21T19:06:18.513Z","dependency_job_id":"8f4482fd-1b6d-4e46-80e4-5b89936c5b7f","html_url":"https://github.com/Zenoo/slick-loader","commit_stats":{"total_commits":131,"total_committers":4,"mean_commits":32.75,"dds":"0.45038167938931295","last_synced_commit":"10238414527dee95f49949fd44b37191a00b64c0"},"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenoo%2Fslick-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenoo%2Fslick-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenoo%2Fslick-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenoo%2Fslick-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zenoo","download_url":"https://codeload.github.com/Zenoo/slick-loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249598446,"owners_count":21297464,"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":["data-loading","javascript","loader"],"created_at":"2024-11-28T19:21:27.062Z","updated_at":"2025-04-19T03:19:55.672Z","avatar_url":"https://github.com/Zenoo.png","language":"JavaScript","readme":"# Slick Loader\n\nA slick loader to use during your AJAX calls or data processing\n\n![Loader demo](https://rawgit.com/Zenoo/slick-loader/master/loader.gif \"Loader demo\")\n\n\n### Doc\n\n* **Installation**\n\nSimply import slick-loader into your HTML.\n```\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"https://unpkg.com/slick-loader@1.1.20/slick-loader.min.css\"\u003e\n\u003cscript src=\"https://unpkg.com/slick-loader@1.1.20/slick-loader.min.js\"\u003e\u003c/script\u003e\t\n```\n* **Documentation**\n\nSee the offical [documentation](https://zenoo.github.io/slick-loader/Slickloader.html) for more in-depth informations.\n\n* **How to use**\n\nYou can either use the default `SlickLoader` or create a `new Slickloader(target)` to target your loading more precisely.\n```\nSlickLoader.enable();\n...\nSlickLoader.disable();\n// OR\nlet customLoader = new Slickloader().enable()\n...\ncustomLoader.disable();\n```\n\n* **Methods**\n```\nSlickLoader.enable(); // Displays the loader\n\nSlickLoader.disable(); // Hides the loader\n\nSlickLoader.setText(line1, line2); // Sets two text lines at the center of the loader\n\nSlickLoader.clearText(); // Removes the text\n\nSlickLoader.destroy(selector); // Removes the SlickLoader\n```\n\n* **Example**\n\nSee this [JSFiddle](https://jsfiddle.net/Zenoo0/91h52q7e/) for a working example\n\n## Authors\n\n* **Zenoo** - *Initial work* - [Zenoo.fr](http://zenoo.fr)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenoo%2Fslick-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzenoo%2Fslick-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenoo%2Fslick-loader/lists"}