{"id":26499067,"url":"https://github.com/pradeep1991singh/percentify","last_synced_at":"2025-03-20T14:51:42.911Z","repository":{"id":57322020,"uuid":"97399032","full_name":"pradeep1991singh/percentify","owner":"pradeep1991singh","description":"Pure CSS3 Percentage Circle with icons and custom content support","archived":false,"fork":false,"pushed_at":"2017-08-04T16:01:20.000Z","size":719,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T03:35:45.554Z","etag":null,"topics":["percentage-circle","percentage-circle-counter","percentage-progress-circle","pure-css3"],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/pradeep1991singh.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":"2017-07-16T17:23:57.000Z","updated_at":"2017-07-16T17:28:59.000Z","dependencies_parsed_at":"2022-08-25T22:42:20.814Z","dependency_job_id":null,"html_url":"https://github.com/pradeep1991singh/percentify","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/pradeep1991singh%2Fpercentify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeep1991singh%2Fpercentify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeep1991singh%2Fpercentify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeep1991singh%2Fpercentify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pradeep1991singh","download_url":"https://codeload.github.com/pradeep1991singh/percentify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244208596,"owners_count":20416110,"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":["percentage-circle","percentage-circle-counter","percentage-progress-circle","pure-css3"],"created_at":"2025-03-20T14:51:42.419Z","updated_at":"2025-03-20T14:51:42.905Z","avatar_url":"https://github.com/pradeep1991singh.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# P e r c e n t i f y\n\u003e Pure CSS3 Percentage Circle with icons and custom content support\n\n## Run Examples\n#### Download repository\n\n```sh\n$ git clone https://github.com/pradeep1991singh/percentify.git\n```\n\n#### Run\n\n```sh\n$ cd percentify\n$ yarn install\n$ npm run start\n```\n\n## Usage\n\n#### Copy/Paste `dist` folder in your project And then add css file in head tag of html file\n\n```html\n\u003clink rel=\"stylesheet\" href=\"dist/percentify.css\"\u003e\n```\n\n#### Then add Percentage Circle template\n\n```html\n\u003c!-- \tWith Android Icon --\u003e\n\u003cdiv class=\"percentify p33 cfs100 orange active\"\u003e\n\t\u003cspan class=\"android-icon ifs25\"\u003e\u003c/span\u003e\n\t\u003cdiv class=\"slice\"\u003e\n\t\t\u003cdiv class=\"bar\"\u003e\u003c/div\u003e\n\t\t\u003cdiv class=\"fill\"\u003e\u003c/div\u003e\n\t\u003c/div\u003e\n\u003c/div\u003e\n\n\u003c!-- \tWith Custom text --\u003e\n\u003cdiv class=\"percentify p80 cfs200 thinner hover active\"\u003e\n\t\u003cspan class=\"text ifs50\"\u003e80%\u003c/span\u003e\n\t\u003cdiv class=\"slice\"\u003e\n\t\t\u003cdiv class=\"bar\"\u003e\u003c/div\u003e\n\t\t\u003cdiv class=\"fill\"\u003e\u003c/div\u003e\n\t\u003c/div\u003e\n\u003c/div\u003e\n\n\u003c!-- \tTemplate details \n\n\tpercentify: will define percentage main element\n\tp33: percentage of circle need to fill i.e. 33%\n\tcfs100: circle size i.e. 100px, range 12px-500px\n\torange: orange theme\n\tthinner: border size, available thin, thinner or by default normal\n\thover: for hover effects\n\tactive: make circle inner content active \n\t\t\t\t\ti.e. as theme is orange it will make inner content color orange\n\tandroid-icon: android icon class name\n\tifs25: icon size i.e. 25px, range 12px-500px\n\ttext: custom text class name\n--\u003e\n```\n\n#### Percentage Counter Circle Example\n\n```html\n\u003cscript src=\"/dist/percentage-counter.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"/dist/scripts/percentage-counter.js\"\u003e\u003c/script\u003e\n\u003cdiv class=\"percentify p0 cfs400 green\"\u003e\n\t\u003cspan class=\"text ifs100\"\u003e0%\u003c/span\u003e\n\t\u003cdiv class=\"slice\"\u003e\n\t\t\u003cdiv class=\"bar\"\u003e\u003c/div\u003e\n\t\t\u003cdiv class=\"fill\"\u003e\u003c/div\u003e\n\t\u003c/div\u003e\n\u003c/div\u003e\n\u003clabel for=\"example-android-icon\" class=\"label label-example\"\u003e\n\t\u003ccode\u003ePercentage Progress Circle\u003c/code\u003e\n\u003c/label\u003e\n\u003cscript\u003e\n\twindow.onload = function () {\n\t\tpercentify.percentageCounter({});\n\t};\n\u003c/script\u003e\n\n```\n\n## Demo\n\n[Demo Examples](https://percentify.stackskull.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradeep1991singh%2Fpercentify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpradeep1991singh%2Fpercentify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradeep1991singh%2Fpercentify/lists"}