{"id":16065143,"url":"https://github.com/knowankit/react-smart-carousel","last_synced_at":"2025-10-27T22:42:22.886Z","repository":{"id":47161953,"uuid":"404177659","full_name":"knowankit/react-smart-carousel","owner":"knowankit","description":"🪟 A smart carousel that remembers how you slid the image.","archived":false,"fork":false,"pushed_at":"2023-04-22T21:59:28.000Z","size":8985,"stargazers_count":4,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-08-19T01:19:16.268Z","etag":null,"topics":["carousel","image-carousel","react-smart-carousel","slider","slider-component"],"latest_commit_sha":null,"homepage":"","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/knowankit.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}},"created_at":"2021-09-08T01:52:30.000Z","updated_at":"2023-10-28T11:50:07.000Z","dependencies_parsed_at":"2024-10-27T17:21:57.564Z","dependency_job_id":"8406c533-3592-4605-898b-45ab20a3bb97","html_url":"https://github.com/knowankit/react-smart-carousel","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"ae425f33eb4bcdd280f51f0ac61648b3d7b729f2"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/knowankit/react-smart-carousel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowankit%2Freact-smart-carousel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowankit%2Freact-smart-carousel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowankit%2Freact-smart-carousel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowankit%2Freact-smart-carousel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knowankit","download_url":"https://codeload.github.com/knowankit/react-smart-carousel/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowankit%2Freact-smart-carousel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280951044,"owners_count":26418953,"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","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"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":["carousel","image-carousel","react-smart-carousel","slider","slider-component"],"created_at":"2024-10-09T05:11:27.673Z","updated_at":"2025-10-27T22:42:22.856Z","avatar_url":"https://github.com/knowankit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-smart-carousel\n\n[![NPM](https://img.shields.io/npm/v/react-smart-carousel.svg)](https://www.npmjs.com/package/react-smart-carousel) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\n![Trello clone](https://github.com/knowankit/react-smart-carousel/blob/develop/smart-carousel.gif)\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://twitter.com/knowankit\"\u003e\n    \u003cimg alt=\"Twitter: Ankit Kumar\" src=\"https://img.shields.io/twitter/follow/knowankit.svg?style=social\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Install\n\n```bash\nnpm install --save react-smart-carousel\n```\n\nIf you prefer to use `yarn`, you can do:\n\n```bash\nyarn add react-smart-carousel\n```\n\n## Usage\n\n```tsx\nimport React, { Component } from 'react'\n\nimport { ReactSmartCarousel } from 'react-smart-carousel'\nimport 'react-smart-carousel/dist/index.css'\n\nimport one from './images/1.jpg'\nimport two from './images/2.jpg'\nimport three from './images/3.jpg'\nimport four from './images/4.jpg'\nimport five from './images/5.jpg'\nimport six from './images/6.jpg'\n\nconst Example = () =\u003e  {\n    return \u003cReactSmartCarousel images={[one, two, three, four, five, six]} /\u003e\n}\n\n```\n\n## Props\n\n* `images` - An array of images\n\n## Demo\n\n[Live preview](https://knowankit.github.io/react-smart-carousel/)\n\n## Other interesting repositories\n\n- [My Portfolio](https://github.com/knowankit/knowankit.com)\n- [Trello Clone](https://github.com/knowankit/trello-clone)\n\n\n## License\n\nMIT © [knowankit](https://github.com/knowankit)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknowankit%2Freact-smart-carousel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknowankit%2Freact-smart-carousel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknowankit%2Freact-smart-carousel/lists"}