Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@talixo/carousel

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@talixo/carousel

UI Component which represents Carousel

  • 1.0.0-alpha.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
Maintainers
2
Weekly downloads
 
Created
Source

UI Component which represents Carousel

How to install

Package is available as @talixo/carousel in NPM registry, so you can use it in your project using npm install @talixo/carousel --save or yarn add @talixo/carousel.

Requirements

Your package should additionally have some extra dependencies:

  • prop-types: ^15.6.1
  • react: ^16.2.0
  • react-dom: ^16.2.0
  • @talixo/shared: ^0.1.0
  • @talixo/icon: ^0.1.1

These packages are required by @talixo/carousel, but you have to install them manually, to avoid having different versions of these in your application.

Supported props

It handles all props which can be passed to div. Also, handles some differently:

Property nameTypeDefaultDescription
arrowsbooln/aArrows to navigate between slides
childrennodesn/aElements in each slides
classNamestringn/aAdditional class name passed to wrapper
dotsbooln/aDots to navigate between slides
animationTimenumber500Duration of animation (in ms)
perPagenumber1Number of visible slides
renderDotsfunctionDotsFunction which render custom dots
renderArrowsfunctionArrowsFunction which render custom arrows
valuenumberself-controlledIndex of currently selected slide element
onChangefunctionn/aEvent handler for change of slide
defaultMovementstring"exact"Default behavior of movement (for controlled component), when neither dots nor arrows were clicked, one of: exact, forward, back

CarouselAutoplay

Property nameTypeDefaultDescription
intervalnumber3000Time in milliseconds to go to next slide
movementstring"forward"Movement behavior, one of: exact, forward, back
childrennoden/aCarousel element, which should have auto-play behavior
initialSlidenumberget from carousel' valueSlide where it should start on
stepnumberget from carousel' perPageNumbers of slides to move each interval

Changelog

  • 0.1.0 - initial version

FAQs

Package last updated on 28 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc