{"id":20324691,"url":"https://github.com/kayviaharriott/card-carousel-reactjs","last_synced_at":"2026-03-15T19:40:41.101Z","repository":{"id":249708167,"uuid":"832298596","full_name":"KayviaHarriott/card-carousel-reactjs","owner":"KayviaHarriott","description":"A card carousel component for reactjs","archived":false,"fork":false,"pushed_at":"2024-07-23T10:22:48.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T08:35:46.594Z","etag":null,"topics":["card","carousel","carousel-component","mui","reactjs","typescript","vite"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/card-carousel-reactjs","language":"TypeScript","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/KayviaHarriott.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":"2024-07-22T18:22:57.000Z","updated_at":"2025-05-05T06:28:44.000Z","dependencies_parsed_at":"2024-11-14T19:47:39.023Z","dependency_job_id":null,"html_url":"https://github.com/KayviaHarriott/card-carousel-reactjs","commit_stats":null,"previous_names":["kayviaharriott/card-carousel-reactjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KayviaHarriott/card-carousel-reactjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KayviaHarriott%2Fcard-carousel-reactjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KayviaHarriott%2Fcard-carousel-reactjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KayviaHarriott%2Fcard-carousel-reactjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KayviaHarriott%2Fcard-carousel-reactjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KayviaHarriott","download_url":"https://codeload.github.com/KayviaHarriott/card-carousel-reactjs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KayviaHarriott%2Fcard-carousel-reactjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30550533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-15T15:03:43.933Z","status":"ssl_error","status_checked_at":"2026-03-15T15:03:37.630Z","response_time":61,"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":["card","carousel","carousel-component","mui","reactjs","typescript","vite"],"created_at":"2024-11-14T19:37:12.417Z","updated_at":"2026-03-15T19:40:41.086Z","avatar_url":"https://github.com/KayviaHarriott.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Card Carousel\n\nCreate a card carousel using this component by giving it a list of ReactNode items.\n\n## Installation\n\n```\nnpm install card-carousel-reactjs\n```\n\n## Usage\nTo use the CardCarousel component, import it into your project and pass an array of ReactNode items to it.\n\n```js\nimport CardCarousel from 'card-carousel-reactjs';\n\n// Use the CardCarousel component\n\u003cCardCarousel\n  items={[\n    \u003cdiv\u003eCard One\u003c/div\u003e,\n    \u003cdiv\u003eCard Two\u003c/div\u003e,\n    \u003cdiv\u003eCard Three\u003c/div\u003e,\n    \u003cdiv\u003eCard Four\u003c/div\u003e,\n    \u003cdiv\u003eCard Five\u003c/div\u003e,\n  ]}\n/\u003e\n```\n\n## Props\n\nThe CardCarousel component accepts the following props:\n\n- items (required): An array of ReactNode items to be displayed in the carousel.\n- width (optional): The width of each card. Default is 350px.\n- height (optional): The height of each card. Default is 150px.\n\n\n## Example\n\nTo customize the width and height of the carousel items:\n\n```js\n\u003cCardCarousel\n  items={[\n    \u003cdiv\u003eCard One\u003c/div\u003e,\n    \u003cdiv\u003eCard Two\u003c/div\u003e,\n    \u003cdiv\u003eCard Three\u003c/div\u003e,\n  ]}\n  width={400}\n  height={200}\n/\u003e\n```\n\n## Contributing\n\nContributions will be welcomed soon... once issues are created!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayviaharriott%2Fcard-carousel-reactjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkayviaharriott%2Fcard-carousel-reactjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayviaharriott%2Fcard-carousel-reactjs/lists"}