{"id":26896556,"url":"https://github.com/one89/react-carouselize","last_synced_at":"2025-04-01T04:01:02.665Z","repository":{"id":143904897,"uuid":"171712984","full_name":"fortwo/react-carouselize","owner":"fortwo","description":"Transform everything in a simple and customizable carousel","archived":false,"fork":false,"pushed_at":"2022-12-09T13:21:20.000Z","size":2825,"stargazers_count":1,"open_issues_count":12,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T05:34:53.505Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/fortwo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2019-02-20T16:53:02.000Z","updated_at":"2023-03-09T02:38:02.000Z","dependencies_parsed_at":"2024-01-14T19:14:37.509Z","dependency_job_id":"e9483caf-570a-422a-a9ea-6b87e6931462","html_url":"https://github.com/fortwo/react-carouselize","commit_stats":null,"previous_names":["one89/react-carouselize"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortwo%2Freact-carouselize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortwo%2Freact-carouselize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortwo%2Freact-carouselize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortwo%2Freact-carouselize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fortwo","download_url":"https://codeload.github.com/fortwo/react-carouselize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246580463,"owners_count":20800110,"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":[],"created_at":"2025-04-01T04:01:01.939Z","updated_at":"2025-04-01T04:01:02.651Z","avatar_url":"https://github.com/fortwo.png","language":"JavaScript","readme":"![npm](https://img.shields.io/npm/v/react-carouselize.svg)\n![travis build](https://travis-ci.org/one89/react-carouselize.svg?branch=master)\n[![Coverage Status](https://coveralls.io/repos/github/one89/react-carouselize/badge.svg?branch=master)](https://coveralls.io/github/one89/react-carouselize?branch=master)\n\n# React-Carouselize\n\nThe simplest carousel component you can find in the React ecosystem.\n\n## Getting Started\n\n1. Install the package with `yarn add react-carouselize` or `npm install --save react-carouselize`\n\n2. Import the component\n```javascript\nimport Carouselize from 'react-carouselize';\n```\n3. Wrap whatever you want to be a carousel\n```javascript\n\u003cCarouselize\u003e\n  ....\n\u003c/Carouselize\u003e\n```\n\n## Properties\n| Name | Type | Default value | Required | Description |\n| ---- | ---- | ------------- | -------- | ----------- |\n| duration | `number` | `5000` | no | Animation duration in milliseconds |\n| animation | `string` | `v-scroll` | no | One of `v-scroll` (vertical scroll), `h-scroll` (horizontal scroll) or `fade` |\n| navigation | `string` | `left` | no | Position of bullets, between `top`, `right`, `bottom`, `left` |\n| enableNavigation | `boolean` | `true` | no | Enable/disable click on bullets |\n| enableKeys | `boolean` | `true` | no | Enable/disable scrolling with left or right keys |\n\n## Contibuting\nCheck the related file [CONTRIBUTING](https://github.com/one89/react-carouselize/blob/master/CONTRIBUTING.md)\n","funding_links":[],"categories":["UI Components"],"sub_categories":["Carousel"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fone89%2Freact-carouselize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fone89%2Freact-carouselize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fone89%2Freact-carouselize/lists"}