https://github.com/miminerd/horizontal-scroller
a reusable infinite horizonal scroll for angular
https://github.com/miminerd/horizontal-scroller
Last synced: 6 months ago
JSON representation
a reusable infinite horizonal scroll for angular
- Host: GitHub
- URL: https://github.com/miminerd/horizontal-scroller
- Owner: miminerd
- Created: 2025-04-16T09:15:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-22T12:47:00.000Z (7 months ago)
- Last Synced: 2025-04-22T13:51:26.722Z (7 months ago)
- Language: TypeScript
- Homepage: https://horizontal-scroller-blue.vercel.app
- Size: 485 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-awesome-angular - horizontal-scroller - Infinite horizontal scroller for Angular apps using Tailwind. (Third Party Components / Scroll)
- awesome-angular - horizontal-scroller - Infinite horizontal scroller for Angular apps using Tailwind. (Third Party Components / Scroll)
README
# ng-horizontal-scroller



Infinite horizontal scroller for angular Apps using tailwind
- 👉 [live demo](https://horizontal-scroller-blue.vercel.app/)
- 👉 [npm package](https://www.npmjs.com/package/ng-horizontal-scroller)
## Install packages from the root directory
after clonging the repo run:
```bash
npm install
# or
yarn install
```
Then, run the development server:
```bash
ng serve
```
Once the server is running, open your browser and navigate to `http://localhost:4200/`.
## Running unit tests
to run the tests, run
```bash
npm test
```
## NPM package
the component is also available as npm package, and can be easy intergrated in Angular projects
[npm package](https://www.npmjs.com/package/ng-horizontal-scroller)