{"id":26820459,"url":"https://github.com/nmrshll/react-component-knockout-button","last_synced_at":"2026-04-25T22:34:51.434Z","repository":{"id":91316165,"uuid":"103648057","full_name":"nmrshll/react-component-knockout-button","owner":"nmrshll","description":"Button component for React with transparent text","archived":false,"fork":false,"pushed_at":"2017-09-16T20:10:54.000Z","size":770,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-03T00:58:06.986Z","etag":null,"topics":["button","knockout","react","transparent"],"latest_commit_sha":null,"homepage":null,"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/nmrshll.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,"publiccode":null,"codemeta":null}},"created_at":"2017-09-15T11:07:53.000Z","updated_at":"2017-09-16T16:16:33.000Z","dependencies_parsed_at":"2023-05-13T23:30:59.733Z","dependency_job_id":null,"html_url":"https://github.com/nmrshll/react-component-knockout-button","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nmrshll/react-component-knockout-button","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmrshll%2Freact-component-knockout-button","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmrshll%2Freact-component-knockout-button/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmrshll%2Freact-component-knockout-button/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmrshll%2Freact-component-knockout-button/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nmrshll","download_url":"https://codeload.github.com/nmrshll/react-component-knockout-button/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmrshll%2Freact-component-knockout-button/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32279659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"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":["button","knockout","react","transparent"],"created_at":"2025-03-30T06:32:32.516Z","updated_at":"2026-04-25T22:34:51.429Z","avatar_url":"https://github.com/nmrshll.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-component-knockout-button\nButton component for React with transparent text\n\n![result](./docs/knockout.png \"result\")\n\n## Installation\n\n`yarn add react-component-knockout-button`\n\n## Usage\n\n[embedmd]:# (./docs/usage.js javascript)\n```javascript\nimport React from \"react\";\nimport ReactDOM from \"react-dom\";\nimport Radium, { Style } from \"radium\";\n\nimport KnockoutButton from \"react-component-knockout-button\";\n\nconst styles = {\n  container: {\n    backgroundSize: \"cover\",\n    backgroundImage: \"url(http://brokensquare.com/Code/assets/landscape.jpg)\",\n    padding: \"20% 20%\"\n  }\n};\n\nconst App = () =\u003e (\n  \u003cdiv\u003e\n    \u003cdiv style={styles.container}\u003e\n      \u003cKnockoutButton text={\"Click me !\"} /\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n);\n\nconst AppRadium = Radium(App);\n\nReactDOM.render(\n  \u003cdiv\u003e\n    \u003cAppRadium /\u003e\n  \u003c/div\u003e,\n  document.getElementById(\"app\")\n);\n```\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnmrshll%2Freact-component-knockout-button","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnmrshll%2Freact-component-knockout-button","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnmrshll%2Freact-component-knockout-button/lists"}