{"id":20955972,"url":"https://github.com/fitri-hy/hy-image-slider-react","last_synced_at":"2025-10-04T06:32:56.135Z","repository":{"id":226368749,"uuid":"768482332","full_name":"fitri-hy/hy-image-slider-react","owner":"fitri-hy","description":"Simple project module (Image Slider) for ReactJS","archived":false,"fork":false,"pushed_at":"2024-03-08T09:48:08.000Z","size":428,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T04:45:28.978Z","etag":null,"topics":["image-slider","react-image","react-image-slider","react-slider"],"latest_commit_sha":null,"homepage":"","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/fitri-hy.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}},"created_at":"2024-03-07T06:58:01.000Z","updated_at":"2024-03-24T08:34:11.000Z","dependencies_parsed_at":"2024-03-07T08:45:41.275Z","dependency_job_id":"c8e0bae6-0d40-4c06-9754-89edd265d061","html_url":"https://github.com/fitri-hy/hy-image-slider-react","commit_stats":null,"previous_names":["fitri-hy/hy-image-slider-react"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fitri-hy/hy-image-slider-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fhy-image-slider-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fhy-image-slider-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fhy-image-slider-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fhy-image-slider-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fitri-hy","download_url":"https://codeload.github.com/fitri-hy/hy-image-slider-react/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fhy-image-slider-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278277364,"owners_count":25960424,"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-04T02:00:05.491Z","response_time":63,"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":["image-slider","react-image","react-image-slider","react-slider"],"created_at":"2024-11-19T01:23:01.290Z","updated_at":"2025-10-04T06:32:56.111Z","avatar_url":"https://github.com/fitri-hy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modules Images Slider for React v.1.0.0\n\n\u003cimg src=\"./Screenshot.png\"/\u003e\n\nReactJS modules are simple but have many advantages, one of which is that you can customize them freely.\n\n## NPM Installation\n\n```sh\nnpm install hy-image-slider-react\n```\n\n## Example Project Implemented\n\n```sh\n// Add - Impport module //\nimport Slider from 'hy-image-slider-react';\n//----//\n\nconst App = () =\u003e {\n  return (\n    \u003cdiv\u003e\n    \n      // Add - Default components //\n      \u003cSlider interval={1000} buttonTextPrev=\"Prev\" buttonTextNext=\"Next\" images={['banner-1.jpg', 'banner-2.jpg', 'banner-3.jpg']}/\u003e\n      //----//\n      \n    \u003c/div\u003e\n  );\n};\n\nexport default App;\n```\n\n## Customization\n\n| Atribute | Key | Description | Status |\n|:--------------------------|:-----------|:-----------|:-----------|\n| `images={key?}`           |`['banner-1.jpg', 'banner-1.jpg', 'banner-1.jpg']` |Insert image (local/url)                   |Required\n| `interval={key?}`         |`500` `1000` `3000` etc...                         |Set interval time              |Required\n| `width={key?}`            |`600` `1000` `1500` etc...                         |Set width (px)                 |Optional\n| `height={key?}`           |`600` `1000` `1500` etc...                         |Set height (px)                |Optional\n| `objectFit=\"key?\"`        |`fill` `contain` `cover` `scale-down` `none`       |Set Image Object               |Optional\n| `hoverStop={key?}`        |`true` `false`                                     |Image stops on hover           |Optional\n| `borderRadius={key?}`     |`0` `10` `25` etc...                               |Set corner radius image        |Optional\n| `hideButton={key?}`       |`true` `false`                                     |Hide/Show button               |Optional\n| `buttonTextNext=\"key?\"`   |Any text                                           |Set text button (Next)         |Optional\n| `buttonTextPrev=\"key?\"`   |Any text                                           |Set text button (Prev)         |Optional\n| `classSlider=\"key?\"`      |Use class css                                      |CSS Slider Container           |Optional\n| `classImg=\"key?\"`         |Use class css                                      |CSS Slider images              |Optional\n| `classButtonMain=\"key?\"`  |Use class css                                      |CSS Slider Button Container    |Optional\n| `classButton=\"key?\"`      |Use class css                                      |CSS Slider Button              |Optional\n\n\n## Full Customization\n\n```sh\n\u003cSlider \n    classSlider=\"mycss-slider\" \n    classImg=\"mycss-slider-image\" \n    classButtonMain=\"mycss-slider-button-container\"\n    classButton=\"mycss-slider-button\" \n    buttonTextPrev=\"Prev\" \n    buttonTextNext=\"Next\"\n    hideButton={false}\n    borderRadius={25}\n    hoverStop={true}\n    objectFit=\"cover\"\n    height={500}\n    width={1000}\n    interval={3000}\n    images={['my-image-1.jpg', 'my-image-2.jpg', 'my-image-3.jpg']}\n/\u003e\n```\n\n## Structural Components\n```sh\n\u003cdiv classSlider=\"...\"\u003e\n    \u003c/img classImg=\"...\" /\u003e\n    \u003cdiv classButtonMain=\"...\"\u003e\n        \u003cbutton classButton=\"...\" /\u003e\n        \u003cbutton classButton=\"...\" /\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n\n```\n\n\n\nHappy Coding :)\n\u003cp\u003eFollow Me: \u003ca href=\"https://hy-tech.my.id/\"\u003eFOLLOW\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitri-hy%2Fhy-image-slider-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffitri-hy%2Fhy-image-slider-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitri-hy%2Fhy-image-slider-react/lists"}