An open API service indexing awesome lists of open source software.

https://github.com/miminerd/horizontal-scroller

a reusable infinite horizonal scroll for angular
https://github.com/miminerd/horizontal-scroller

Last synced: 27 days ago
JSON representation

a reusable infinite horizonal scroll for angular

Awesome Lists containing this project

README

        

# ng-horizontal-scroller
![Vercel Deploy](https://deploy-badge.vercel.app/vercel/horizontal-scroller)
![NPM Version](https://img.shields.io/npm/v/ng-horizontal-scroller)
angular cmp
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)

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)