{"id":20956052,"url":"https://github.com/fitri-hy/hy-custom-cursor-react","last_synced_at":"2026-04-11T07:45:06.346Z","repository":{"id":228226898,"uuid":"773448079","full_name":"fitri-hy/hy-custom-cursor-react","owner":"fitri-hy","description":"Simple module Custom Cursor for reactJS, Functions to change the cursor on your website","archived":false,"fork":false,"pushed_at":"2024-03-17T17:46:20.000Z","size":297,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T00:56:00.728Z","etag":null,"topics":["cursor","custom-cursor","package","react","react-cursor","react-modules"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fitri-hy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-03-17T17:30:23.000Z","updated_at":"2025-02-02T21:44:48.000Z","dependencies_parsed_at":"2024-03-17T18:54:45.086Z","dependency_job_id":null,"html_url":"https://github.com/fitri-hy/hy-custom-cursor-react","commit_stats":null,"previous_names":["fitri-hy/hy-custom-cursor-react"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fitri-hy/hy-custom-cursor-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fhy-custom-cursor-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fhy-custom-cursor-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fhy-custom-cursor-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fhy-custom-cursor-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fitri-hy","download_url":"https://codeload.github.com/fitri-hy/hy-custom-cursor-react/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fhy-custom-cursor-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31673067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cursor","custom-cursor","package","react","react-cursor","react-modules"],"created_at":"2024-11-19T01:24:02.027Z","updated_at":"2026-04-11T07:45:06.317Z","avatar_url":"https://github.com/fitri-hy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modules Custom Cursor for React\n\n\u003cimg src=\"./demo.gif\"/\u003e\n\nReactJS modules are simple but have many advantages, one of which is that you can customize them freely.\n\n## NPM Installation\n```sh\nnpm i hytech-component\n```\n\n## Import Modules\n```sh\nimport CustomCursor from  'hytech-component/CustomCursor';\n```\n\n## Implementation Component\n```sh\n\u003cCustomCursor /\u003e\n```\n\n## Component Customized\n```sh\n\u003cCustomCursor\n    cursor=\"none\" \n    size=\"30px\"\n    transition=\"100ms\"\n    innerBorderSize=\"5px\"\n    midBorderSize=\"2px\"\n    outerBorderSize=\"8px\"\n    cursorClickColor=\"red\"\n    innerBorderColor=\"rgba(255, 255, 0, .25)\"\n    midBorderColor=\"rgba(255, 255, 255, .5)\"\n    outerBorderColor=\"rgb(255, 255, 0, .33)\"\n/\u003e\n```\n\n## Full Code App.js\n\n```sh\nimport React from 'react';\nimport CustomCursor from  'hytech-component/CustomCursor';\nimport './App.css';\n\nfunction App() {\n  return (\n    \u003cCustomCursor\n      cursor=\"none\" \n      size=\"30px\"\n      transition=\"100ms\"\n      innerBorderSize=\"5px\"\n      midBorderSize=\"2px\"\n      outerBorderSize=\"8px\"\n      cursorClickColor=\"red\"\n      innerBorderColor=\"rgba(255, 255, 0, .25)\"\n      midBorderColor=\"rgba(255, 255, 255, .5)\"\n      outerBorderColor=\"rgb(255, 255, 0, .33)\"\n    /\u003e\n  );\n}\n\nexport default App;\n\n\n```\n\nFollow Me: \u003ca href=\"https://hy-tech.my.id/docs\"\u003eFOLLOW\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitri-hy%2Fhy-custom-cursor-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffitri-hy%2Fhy-custom-cursor-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitri-hy%2Fhy-custom-cursor-react/lists"}