react-light-marquee
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "react-light-marquee", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -21,3 +21,3 @@ # react-light-marquee | ||
import Marquee from "react-light-marquee"; | ||
const Page = () => ( | ||
@@ -31,3 +31,3 @@ <Marquee direction="right"> | ||
); | ||
export default Page; | ||
@@ -40,3 +40,3 @@ | ||
|:--|:--|:--|:--| | ||
| direction | `left | right| up| down` | `left` | Direction of motion | | ||
| direction | `left `|` right `|` up `|` down` | `left` | Direction of motion | | ||
| speed| number | 50 | Pixel per second | | ||
@@ -43,0 +43,0 @@ | pauseOnHover| boolean | false | `true` pauses the animation on hover | |
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
45723