{"id":37423871,"url":"https://github.com/stanleyxu2005/react-checkmark","last_synced_at":"2026-01-16T06:10:37.306Z","repository":{"id":55413967,"uuid":"192222861","full_name":"stanleyxu2005/react-checkmark","owner":"stanleyxu2005","description":"Animated checkmark for React","archived":false,"fork":false,"pushed_at":"2024-08-21T15:53:25.000Z","size":38,"stargazers_count":30,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T06:54:30.602Z","etag":null,"topics":["animation","checkmark","react","ui-component"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stanleyxu2005.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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":"2019-06-16T18:17:14.000Z","updated_at":"2025-05-14T15:13:21.000Z","dependencies_parsed_at":"2024-08-21T17:54:37.454Z","dependency_job_id":"f00b5d6c-8431-436c-bc0f-dfa6093a0545","html_url":"https://github.com/stanleyxu2005/react-checkmark","commit_stats":{"total_commits":20,"total_committers":2,"mean_commits":10.0,"dds":"0.050000000000000044","last_synced_commit":"c457f4dc5f33d0dd5fc9358089a60ded4b3c452b"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/stanleyxu2005/react-checkmark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanleyxu2005%2Freact-checkmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanleyxu2005%2Freact-checkmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanleyxu2005%2Freact-checkmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanleyxu2005%2Freact-checkmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stanleyxu2005","download_url":"https://codeload.github.com/stanleyxu2005/react-checkmark/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stanleyxu2005%2Freact-checkmark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["animation","checkmark","react","ui-component"],"created_at":"2026-01-16T06:10:36.718Z","updated_at":"2026-01-16T06:10:37.290Z","avatar_url":"https://github.com/stanleyxu2005.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ereact-checkmark\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\nAnimated checkmark you already need for React\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/react-checkmark\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/react-checkmark.svg\"/\u003e \u003cimg src=\"https://img.shields.io/npm/dm/react-checkmark.svg\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://mmjd.com/github/react-checkmark/example.png\" alt=\"Screenshot\"/\u003e\n\u003c/p\u003e\n\n[**See Live Demo**](https://mmjd.com/github/react-checkmark/)\n\n## Getting Started\n\n### Install the component\n```shell script\nnpm i react-checkmark\n```\n\n### Use the component\n```javascript\nimport { Checkmark } from 'react-checkmark'\n```\n\n**Default usage**\n```html\nrender() {\n  return ( \u003cCheckmark /\u003e )\n}\n```\n\n**Usage with size specified:**\n * 'small' for 16px\n * 'medium' for 24px\n * 'large' for 52px\n * 'xLarge' for 72px\n * 'xxLarge' for 96px\n * or specify a valid number for pixel\n```html\nrender() {\n  return (\n    \u003c\u003e\n      \u003cCheckmark size='xxLarge' /\u003e\n      \u003cCheckmark size='96px' /\u003e\n    \u003c/\u003e\n  )\n}\n```\n\n**Usage with color (name or hex value) specified:** \n```html\nrender() {\n  return (\n    \u003c\u003e\n      \u003cCheckmark size='128px' color='blue' /\u003e\n      \u003cCheckmark size='256px' color='#223344'/\u003e\n    \u003c/\u003e\n  )\n}\n```\n\n---\n\nLICENCE Apache 2.0 - Created by Stanley Xu\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstanleyxu2005%2Freact-checkmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstanleyxu2005%2Freact-checkmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstanleyxu2005%2Freact-checkmark/lists"}