{"id":20955980,"url":"https://github.com/fitri-hy/hy-textgradient","last_synced_at":"2026-01-21T09:33:41.216Z","repository":{"id":226150231,"uuid":"767900326","full_name":"fitri-hy/hy-textgradient","owner":"fitri-hy","description":"Simple project module (Text Gradient) for ReactJS","archived":false,"fork":false,"pushed_at":"2024-03-08T09:47:17.000Z","size":204,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-30T01:39:49.187Z","etag":null,"topics":["react-gradient","react-modules","react-text-gradient","text-gradient"],"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-06T05:14:34.000Z","updated_at":"2024-03-24T08:34:53.000Z","dependencies_parsed_at":"2024-03-08T10:47:25.552Z","dependency_job_id":"0fa82302-d16d-4d76-a814-c954417b8d5b","html_url":"https://github.com/fitri-hy/hy-textgradient","commit_stats":null,"previous_names":["fitri-hy/hy-textgradient"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fitri-hy/hy-textgradient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fhy-textgradient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fhy-textgradient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fhy-textgradient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fhy-textgradient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fitri-hy","download_url":"https://codeload.github.com/fitri-hy/hy-textgradient/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fhy-textgradient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28631176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["react-gradient","react-modules","react-text-gradient","text-gradient"],"created_at":"2024-11-19T01:23:06.773Z","updated_at":"2026-01-21T09:33:41.196Z","avatar_url":"https://github.com/fitri-hy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modules Text Gradient for React v.1.0.1\n\n\u003cimg src=\"./Screenshot.png\"/\u003e\nReactJS modules are simple but have many advantages, one of which is that you can customize them freely.\n\n## NPM Installation\n\n```sh\nnpm install hy-textgradient\n```\n\n## Example Project Implemented\n\n```sh\n// Add - Impport module //\nimport TextGradient from \"hy-textgradient\";\n//----//\n\nconst App = () =\u003e {\n  return (\n    \u003cdiv\u003e\n    \n      // Add - Default components //\n      \u003cTextGradient colors={[\"#ff0000\", \"#ffff00\", \"#00ff00\"]} \u003e\t\n        Your Text To Gradient Here\n\t  \u003c/TextGradient\u003e\n      //----//\n      \n    \u003c/div\u003e\n  );\n};\n\nexport default App;\n```\n\n## Customization\n\n| Atribute | Key | Description | Status |\n|:---------|:-----------|:-----------|:-----------|\n| `colors=\"key?\"`|`{[\"#ff0000\", \"#ffff00\", \"#00ff00\"]}`|Customize color, 2+ colors supported|required|\n| `direction=\"key?\"`|`horizontal` `vertical` `diagonal-left` `diagonal-right` |Customize gradient direction|optional|\n| `decoration=\"key?\"`|`underline` `overline` `line-through` `none`|Customize text decoration|optional|\n| `style=\"key?\"`|`normal` `bold` `italic`|Customize text style|optional|\n| `size=\"key?\"`|`normal` `s` `m` `x` `xl` `xxl` `xxxl`|Customize text size|optional|\n| `font=\"key?\"`|`Name font family` Support all web font|Customize font style|optional|\n| `className=\"key?\"`|Support variable css|Customize with css|optional|\n\n## Full Customization\n\n```sh\n\u003cTextGradient className=\"my-css\" colors={[\"#ff0000\", \"#ffff00\", \"#00ff00\"]} size=\"xxl\" style=\"bold\" decoration=\"underline\" direction=\"diagonal-left\" font=\"Arial\"\u003e\n  Your Text To Gradient Here\n\u003c/TextGradient\u003e\n```\n\nHappy Coding :)\nFollow Me: \u003ca href=\"https://hy-tech.my.id/\"\u003eFOLLOW\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitri-hy%2Fhy-textgradient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffitri-hy%2Fhy-textgradient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitri-hy%2Fhy-textgradient/lists"}