![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@talixo/carousel
Advanced tools
UI Component which represents Carousel
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
.
Your package should additionally have some extra dependencies:
@talixo/icon: ^1.0.0-alpha.6
@talixo/shared: ^1.0.0-alpha.6
prop-types: ^15.6.1
react: ^16.2.0
react-dom: ^16.2.0
These packages are required by @talixo/carousel
, but you have to install them manually,
to avoid having different versions of these in your application.
It handles all props which can be passed to div
. Also, handles some differently:
Property name | Type | Default | Description |
---|---|---|---|
arrows | bool | n/a | Arrows to navigate between slides |
children | nodes | n/a | Elements in each slides |
className | string | n/a | Additional class name passed to wrapper |
dots | bool | n/a | Dots to navigate between slides |
animationTime | number | 500 | Duration of animation (in ms) |
perPage | number | 1 | Number of visible slides |
renderDots | function | Dots | Function which render custom dots |
renderArrows | function | Arrows | Function which render custom arrows |
value | number | self-controlled | Index of currently selected slide element |
onChange | function | n/a | Event handler for change of slide |
defaultMovement | string | "exact" | Default behavior of movement (for controlled component), when neither dots nor arrows were clicked, one of: exact , forward , back |
Property name | Type | Default | Description |
---|---|---|---|
interval | number | 3000 | Time in milliseconds to go to next slide |
movement | string | "forward" | Movement behavior, one of: exact , forward , back |
children | node | n/a | Carousel element, which should have auto-play behavior |
initialSlide | number | get from carousel' value | Slide where it should start on |
step | number | get from carousel' perPage | Numbers of slides to move each interval |
FAQs
UI Component which represents Carousel
The npm package @talixo/carousel receives a total of 5 weekly downloads. As such, @talixo/carousel popularity was classified as not popular.
We found that @talixo/carousel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.