{"id":18293713,"url":"https://github.com/museui/muse-ui-progress","last_synced_at":"2025-04-05T11:31:14.126Z","repository":{"id":57305541,"uuid":"139241337","full_name":"museui/muse-ui-progress","owner":"museui","description":"muse ui plugin progress bar  like on YouTube","archived":false,"fork":false,"pushed_at":"2018-06-30T10:58:45.000Z","size":148,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T03:34:28.409Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/museui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-30T10:45:12.000Z","updated_at":"2022-02-16T06:17:12.000Z","dependencies_parsed_at":"2022-08-27T02:57:50.674Z","dependency_job_id":null,"html_url":"https://github.com/museui/muse-ui-progress","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/museui%2Fmuse-ui-progress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/museui%2Fmuse-ui-progress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/museui%2Fmuse-ui-progress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/museui%2Fmuse-ui-progress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/museui","download_url":"https://codeload.github.com/museui/muse-ui-progress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247330643,"owners_count":20921672,"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":[],"created_at":"2024-11-05T14:25:50.545Z","updated_at":"2025-04-05T11:31:13.787Z","avatar_url":"https://github.com/museui.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# muse-ui-progress\n\nMuse-UI progress plugin like on Youtube\n\n## Installation\n\n```bash\nnpm install -S muse-ui-progress\n// or\nyarn add muse-ui-progress\n```\n\n## CDN\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/muse-ui-loading/dist/muse-ui-loading.all.css\"/\u003e\n\u003cscript src=\"https://unpkg.com/muse-ui-loading/dist/muse-ui-loading.js\"\u003e\u003c/script\u003e\n```\n\n\n## Usage\n\n```javascript\nimport 'muse-ui-progress/dist/muse-ui-progress.css';\nimport Vue from 'vue';\nimport MuseUIProgress from 'muse-ui-progress';\nVue.use(MuseUIProgress);\n\nnew Vue({\n  created () {\n    this.$progress.start();\n    this.$progress.done();\n  }\n})\n\n// or\nMuseUIProgress.start();\nMuseUIProgress.done();\n```\n\n## API\n\n### config\n\n```javascript\nexport default {\n  zIndex: 2000,          // progress z-index\n  top: 0,                // position fixed top\n  speed: 300,            // progress speed\n  color: 'primary',      // color\n  size: 2,               // progress size\n  className: ''          // progress custom class\n};\n```\n\n### config (config\u003cObject\u003e)\n\nChange default config, Will return new config.\n\n### Methods\n\n* start();\n* done();\n\n## Dependencies Muse-UI\n\n* `mu-linear-progress`\n* `mu-fade-transition`\n\n## Licence\n\nmuse-ui-progress is open source and released under the MIT Licence.\n\nCopyright (c) 2018 myron\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuseui%2Fmuse-ui-progress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuseui%2Fmuse-ui-progress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuseui%2Fmuse-ui-progress/lists"}