![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.
paged-scroller
Advanced tools
A horizontal psuedo-scrolling (no scroll bar) box component. Scroll arrows can be optionally displayed, and clicking on them scrolls over one page (making sure that no items are skipped). It also optionally supports drag gestures that play nice with items that have onClick handlers.
npm install paged-scroller
or
yarn add paged-scroller
<PagedScroller>
{[...Array(20).keys()].map((i) => (
<TestItem key={i} index={i} />
))}
</PagedScroller>
All props are optional.
width (string)
: Width of the container as a string. Defaults to 100% (however, the max width is the width of all the items in the scroller).
itemGap (number)
: Gap between items (px).
showsArrows (boolean)
: Shows the paged scrolling arrow buttons. Defaults to true on non-touch devices.
enabledDrag (boolean)
: Enables scrolling with drag gestures. Defaults to true on touch devices.
dragElastic (boolean)
: Enables scrolling past the edges elastically.
scrollLeftButton (ReactElement)
: Provide a custom button for scrolling left.
scrollRightButton (ReactElement)
: Provide a custom button for scrolling right.
returnToStartButton (ReactElement)
: Provide a custom button for scrolling back to the start.
The MIT License (MIT)
FAQs
A horizontal psuedo-scrolling (no scroll bar) box component.
The npm package paged-scroller receives a total of 0 weekly downloads. As such, paged-scroller popularity was classified as not popular.
We found that paged-scroller demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.