{"id":15021369,"url":"https://github.com/abhijeetkokat007/ab-slide-ease","last_synced_at":"2026-02-26T20:37:23.816Z","repository":{"id":245534852,"uuid":"818622562","full_name":"Abhijeetkokat007/ab-slide-ease","owner":"Abhijeetkokat007","description":"A seamless and easy-to-use React slider library for smooth, flexible web interfaces.","archived":false,"fork":false,"pushed_at":"2024-06-27T13:39:29.000Z","size":665,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T11:45:34.748Z","etag":null,"topics":["babel","react","webpack"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/ab-slide-ease","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Abhijeetkokat007.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-22T11:13:14.000Z","updated_at":"2024-06-27T13:39:33.000Z","dependencies_parsed_at":"2024-10-11T19:31:13.414Z","dependency_job_id":null,"html_url":"https://github.com/Abhijeetkokat007/ab-slide-ease","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":"0.18181818181818177","last_synced_commit":"522c9e9f43cd91b188d3bb79da6dc983dd2bda9a"},"previous_names":["abhijeetkokat007/ab-slide-ease"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhijeetkokat007%2Fab-slide-ease","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhijeetkokat007%2Fab-slide-ease/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhijeetkokat007%2Fab-slide-ease/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhijeetkokat007%2Fab-slide-ease/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abhijeetkokat007","download_url":"https://codeload.github.com/Abhijeetkokat007/ab-slide-ease/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240170064,"owners_count":19759143,"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":["babel","react","webpack"],"created_at":"2024-09-24T19:56:30.423Z","updated_at":"2026-02-26T20:37:23.770Z","avatar_url":"https://github.com/Abhijeetkokat007.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ab Slide Ease\n\nAb Slide Ease is a seamless and easy-to-use React slider library designed for smooth and flexible web interfaces. It allows you to create a responsive image slider with minimal configuration.\n\n## Features\n\n- Smooth slide transitions from right to left\n- Automatic slide transitions with customizable intervals\n- Navigation buttons for manual slide control\n- Dots for slide navigation\n- Fully responsive design\n\n## Installation\n\nInstall the library using npm:\n\n```bash\nnpm install ab-slide-ease\n```\n\n## Usage\nTo use Ab Slide Ease in your React project, follow the steps below:\n\n**1. Import the Component and CSS**\nFirst, import the AbSlideElse component and the accompanying CSS file.\n\n```bash\nimport showSlider from 'ab-slide-ease';\n```\n**2. Provide Slide Data**\nPrepare an array of slide data, each containing an image URL and a caption.\n```bash\nconst images = [\n  'path/to/image1.jpg', \n  'path/to/image2.jpg', \n  'path/to/image3.jpg', \n];\n\n```\n**3. Use the Component in Your JSX**\nUse the AbSlideElse component in your JSX and pass the slide data and optional interval prop.\n```bash\nconst App = () =\u003e {\n  return (\n    \u003cdiv\u003e\n      \u003cbutton onClick={() =\u003e showSlider(images, 2000)}\u003eShow Slider \u003c/button\u003e\n    \u003c/div\u003e\n  );\n};\n\nexport default App;\n```\n**Example**\nHere's a complete example:\n\n```bash\nimport React from 'react';\nimport showSlider from 'ab-slide-ease';\n\nconst images = [\n  'path/to/image1.jpg', \n  'path/to/image2.jpg', \n  'path/to/image3.jpg', \n];\n\nconst App = () =\u003e {\n  return (\n     \u003cdiv\u003e\n      \u003cbutton onClick={() =\u003e showSlider(images, 2000)}\u003eShow Slider \u003c/button\u003e\n    \u003c/div\u003e\n  );\n};\n\nexport default App;\n```\n## License\nThis project is licensed under the Apache-2.0 License. See the [LICENSE](https://github.com/Abhijeetkokat007/ab-slide-ease/blob/main/LICENSE) file for details.\n\n## Contributing\nContributions are welcome! Please open an issue or submit a pull request on GitHub [AB Slide Ease](https://github.com/Abhijeetkokat007/ab-slide-ease).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhijeetkokat007%2Fab-slide-ease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhijeetkokat007%2Fab-slide-ease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhijeetkokat007%2Fab-slide-ease/lists"}