This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

ngx-carousel-lib
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

ngxCarousel

An lightweight, touchable and responsive library to create a carousel for angular 2+

npm version Angular2+ Angular2+ licence

Demo

demos available here

Install

You can install the package from our npm package

 npm install --save ngx-carousel-lib

Usage

First tou need to provide the CarouselModule to your desired Module

import {CarouselModule} from "ngx-carousel-lib";

// In your App's module or Custom Module:
@NgModule({
    imports: [
       CarouselModule
    ] 
})

Now, you can use CarouselModule as follow:

<carousel-component >
    <div class="item-carousel">a</div>
    <div class="item-carousel">
        <div class="b">
            <img src="https://www.losminionsaldia.com/images/mas-minions/minion.png" />
        </div>
    </div>
    <div class="item-carousel">c</div>
    <div class="item-carousel">d</div>
</carousel-component>

All slides of carousel must have .item-carousel

Preview

API Documentation

you can see here or in web

Author

Alex Marcos Gutierrez

License

MIT

Package Sidebar

Install

npm i ngx-carousel-lib

Weekly Downloads

97

Version

0.1.2

License

MIT

Unpacked Size

590 kB

Total Files

34

Last publish

Collaborators

  • npm