@acorex/carousel
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

ACoreX Carousel

Using acorex-carousel you can create simple slides

Example html code

<ax-carousel duration="3000" [autoStart]="autoStart">
  <ax-carousel-item>
    <img src="http://placeimg.com/640/480/tech" />
  </ax-carousel-item>
  <ax-carousel-item>
    <img src="http://placeimg.com/640/480/architecture" />
  </ax-carousel-item>
  <ax-carousel-item>
    <img src="https://placeimg.com/640/480/arch" />
  </ax-carousel-item>
</ax-carousel>

Properties

SmartyPants converts ASCII punctuation characters into "smart" typographic punctuation HTML entities. For example:

Property Type Default
firstIndex number 0
autoStart boolean true
duration number 1000
infinitLoop boolean true
rightArrow string fas fa-chevron-right
leftArrow string fas fa-chevron-left
dotColor string #000
showDots boolean true
showArrows boolean false
cssClass string null
arrowClass string null

Readme

Keywords

none

Package Sidebar

Install

npm i @acorex/carousel

Weekly Downloads

17

Version

1.0.3

License

none

Unpacked Size

71.8 kB

Total Files

21

Last publish

Collaborators

  • rsafari474
  • homoro
  • arash.oshnoudi