@maxweek/react-scroller
Advanced tools
Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "@maxweek/react-scroller", | ||
"description": "Make your blocks scrolling easy, with a custom scroll-bar, based on native browser scroll", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "author": "Max Nedelko", |
@@ -15,2 +15,3 @@ # React-scroller | ||
- Variation of scrollbar positions | ||
- Trackpad detecting | ||
- Border padding and fading | ||
@@ -35,2 +36,4 @@ - Horizontal scroll by mouse wheel | ||
- [x] Base Events | ||
- [x] Required styles | ||
- [x] Trackpad detect | ||
- [ ] More Methods | ||
@@ -50,2 +53,3 @@ - [ ] More Events | ||
import { Scroller } from "@maxweek/react-scroller"; | ||
import "@maxweek/react-scroller/dist/styles.css"; | ||
@@ -64,2 +68,3 @@ const YourComponent = () => { | ||
import { IScrollerRef, Scroller, IScroller, IScrollerProperties } from "@maxweek/react-scroller"; | ||
import "@maxweek/react-scroller/dist/styles.css"; | ||
@@ -120,2 +125,3 @@ const YourComponent = () => { | ||
import { IScroller } from "./scroller/scroller" | ||
import "@maxweek/react-scroller/dist/styles.css"; | ||
@@ -122,0 +128,0 @@ const props: Partial<IScroller> = { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59136
215