angular-carousel-slider
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Angular Carousel Slider

INSTALLATION

  1. npm i angular-carousel-slider
  2. import { CarouselSlider } from 'angular-carousel-slider';

USAGE

TS FILE:

public sliders: Slider[] = [
    {
      title: 'Women Collection 2021',
      subtitle: 'NEW SEASON',
      buttonText: 'SHOP NOW',
      buttonLink: '#',
      image: 'https://danielolaru-1991.web.app/assets/images/slide-01.jpeg'
    },
    {
      title: 'Men Collection 2021',
      subtitle: 'NEW ARRIVALS',
      buttonText: 'SHOP NOW',
      buttonLink: '#',
      image: 'https://danielolaru-1991.web.app/assets/images/slide-03.jpeg'
    },
    {
      title: 'Men New Season',
      subtitle: 'JACKETS & COATS',
      buttonText: 'SHOP NOW',
      buttonLink: '#',
      image: 'https://danielolaru-1991.web.app/assets/images/slide-02.jpeg'
    }
  ]

HTML:

<carousel-slider [sliders]="sliders"></carousel-slider>

DEMO: https://angular-libs-showcase.web.app/carousel-slider

Readme

Keywords

none

Package Sidebar

Install

npm i angular-carousel-slider

Weekly Downloads

10

Version

0.0.4

License

none

Unpacked Size

33.3 kB

Total Files

10

Last publish

Collaborators

  • danielolaru91