{"id":17988635,"url":"https://github.com/pau1fitz/react-slideshow","last_synced_at":"2026-05-15T22:34:44.853Z","repository":{"id":85698095,"uuid":"98883808","full_name":"Pau1fitz/react-slideshow","owner":"Pau1fitz","description":"React Slideshow Component","archived":false,"fork":false,"pushed_at":"2017-08-03T20:04:58.000Z","size":3079,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T03:28:12.515Z","etag":null,"topics":["ecmascript6","javascript","react"],"latest_commit_sha":null,"homepage":"https://pau1fitz.github.io/slideshow/","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/Pau1fitz.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-07-31T11:55:52.000Z","updated_at":"2022-09-20T08:51:17.000Z","dependencies_parsed_at":"2023-03-13T06:25:18.031Z","dependency_job_id":null,"html_url":"https://github.com/Pau1fitz/react-slideshow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pau1fitz/react-slideshow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pau1fitz%2Freact-slideshow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pau1fitz%2Freact-slideshow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pau1fitz%2Freact-slideshow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pau1fitz%2Freact-slideshow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pau1fitz","download_url":"https://codeload.github.com/Pau1fitz/react-slideshow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pau1fitz%2Freact-slideshow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275447364,"owners_count":25466564,"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-09-16T02:00:10.229Z","response_time":65,"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":["ecmascript6","javascript","react"],"created_at":"2024-10-29T19:12:15.791Z","updated_at":"2025-09-16T16:10:34.922Z","avatar_url":"https://github.com/Pau1fitz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Slidez\n\nCustomisable React Slideshow component.\n\n\n## Demo\n\n[Live demo](http://pau1fitz.github.io/react-slidez/)\n\n\n## Installation\n\n```\nnpm install react-slidez --save\n```\n\n\n### Properties\n\n| Property | Description | Type | Default |\n|----------|-------------|------|---------\n| showIndex | Show the index of the current slide | Boolean | `false` |\n| showArrows | Show arrows to navigate through the slides | Boolean | `true` |\n| autoplay | Select whether you want the slideshow to autoplay or not | Boolean | `true` |\n| enableKeyboard | Select whether you want to allow the user change the slides with the keyboard | Boolean | `true` |\n| slideInterval={2000}| Dictate the speed in ms at which the slides change | Integer | '2000' |\n| defaultIndex | Choose the index that you wish to start at | Integer | '0' |\n| slides={slides} | The slides you pass into the component. This can be an array of images, or other components which are passed as children. See example below. | Array | No default |\n| effect |Choose the animation effect of your slideshow. Options include `fade`, `left`, `top`, `right` | String | `'fade'` |\n| height | Choose the height of the slideshow. Example `height={'50px'}` or `height={'50%'}`| String | `'100%'` |\n| width | Choose the width of the slideshow. Example `width={'50px'}` or `width={'50%'}`| String | `'100%'` |\n\n\n## Usage\n\n\n```js\nvar Slideshow = require('react-slidez');\n\n\u003cSlideshow\n  showIndex\n  showArrows\n  autoplay\n  enableKeyboard\n  slideInterval={2000}\n  defaultIndex={1}\n  slides=['1.jpg', '2.jpg']\n  effect={'fade'}\n  height={'100%'}\n  width={'100%'}\n/\u003e\n\n```\n\nYou can also pass other components to the `Slideshow` component as children. All the same properties as above are available.\n\n```js\nvar Slideshow = require('react-slidez');\n\n\u003cSlideshow\u003e\n  \u003cComponentOne /\u003e\n  \u003cComponentTwo /\u003e\n  \u003cCheckout /\u003e\n\u003c/Slideshow\u003e\n\n```\n\n\n## License\n\n[MIT License](https://opensource.org/licenses/MIT)\n\nCopyright (c) 2017 Paul Fitzgerald.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpau1fitz%2Freact-slideshow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpau1fitz%2Freact-slideshow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpau1fitz%2Freact-slideshow/lists"}