{"id":18447494,"url":"https://github.com/visionary-code-works/react-components","last_synced_at":"2026-05-10T19:27:20.094Z","repository":{"id":245660243,"uuid":"818889739","full_name":"Visionary-Code-Works/react-components","owner":"Visionary-Code-Works","description":"A collection of reusable React components for building modern web applications.","archived":false,"fork":false,"pushed_at":"2024-06-23T09:47:45.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T06:44:51.164Z","etag":null,"topics":["components","frontend","javascript","library","react","reactjs","ui","web-development"],"latest_commit_sha":null,"homepage":"","language":null,"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/Visionary-Code-Works.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"thomasthaddeus","patreon":"VisionaryCodeWorks","liberapay":"vcwtech"}},"created_at":"2024-06-23T06:58:18.000Z","updated_at":"2024-06-23T09:58:57.000Z","dependencies_parsed_at":"2024-06-23T08:21:36.912Z","dependency_job_id":"07606241-2733-4bf9-97ef-5c277d99ac35","html_url":"https://github.com/Visionary-Code-Works/react-components","commit_stats":null,"previous_names":["visionary-code-works/react-components"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Visionary-Code-Works%2Freact-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Visionary-Code-Works%2Freact-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Visionary-Code-Works%2Freact-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Visionary-Code-Works%2Freact-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Visionary-Code-Works","download_url":"https://codeload.github.com/Visionary-Code-Works/react-components/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249023735,"owners_count":21199959,"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":["components","frontend","javascript","library","react","reactjs","ui","web-development"],"created_at":"2024-11-06T07:13:30.052Z","updated_at":"2026-05-10T19:27:15.060Z","avatar_url":"https://github.com/Visionary-Code-Works.png","language":null,"funding_links":["https://github.com/sponsors/thomasthaddeus","https://patreon.com/VisionaryCodeWorks","https://liberapay.com/vcwtech"],"categories":[],"sub_categories":[],"readme":"# React Components Library\n\nA collection of reusable React components for building modern web applications. This library provides a set of well-documented, customizable components to help you quickly build your UI.\n\n## Installation\n\nInstall the library using npm:\n\n```bash\nnpm install react-components-library\n```\n\n## Usage\n\nImport the components you need and start using them in your React application:\n\n```javascript\nimport { Button, Card, Modal } from 'react-components-library';\n\nconst App = () =\u003e (\n  \u003cdiv\u003e\n    \u003cCard title=\"Welcome\"\u003e\n      \u003cp\u003eThis is a reusable card component.\u003c/p\u003e\n      \u003cButton onClick={() =\u003e alert('Button clicked!')}\u003eClick Me\u003c/Button\u003e\n    \u003c/Card\u003e\n    \u003cModal isOpen={true} onClose={() =\u003e console.log('Modal closed')}\u003e\n      \u003cp\u003eThis is a modal dialog.\u003c/p\u003e\n    \u003c/Modal\u003e\n  \u003c/div\u003e\n);\n\nexport default App;\n```\n\n## Components\n\n### Button\nA customizable button component.\n\n**Props:**\n- `onClick`: Function to handle click events.\n- `children`: Button label or content.\n\n### Card\nA flexible card component for displaying content.\n\n**Props:**\n- `title`: The title of the card.\n- `children`: The content of the card.\n\n### Modal\nA modal dialog component.\n\n**Props:**\n- `isOpen`: Boolean to control modal visibility.\n- `onClose`: Function to handle modal close event.\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request to suggest improvements or add new features.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisionary-code-works%2Freact-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvisionary-code-works%2Freact-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisionary-code-works%2Freact-components/lists"}