Skip to content

miminerd/horizontal-scroller

Repository files navigation

ng-horizontal-scroller

Vercel Deploy NPM Version angular cmp TailwindCSS

Infinite horizontal scroller for angular Apps using tailwind

Install packages from the root directory

after clonging the repo run:

npm install
# or
yarn install

Then, run the development server:

ng serve

Once the server is running, open your browser and navigate to http://localhost:4200/.

Running unit tests

to run the tests, run

npm test

NPM package

the component is also available as npm package, and can be easy intergrated in Angular projects npm package