react-fast-marquee
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "react-fast-marquee", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A lightweight React component that utilizes the power of CSS animations to create silky smooth marquees.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -6,4 +6,6 @@ # React Fast Marquee | ||
[![npm](https://img.shields.io/npm/v/react-fast-marquee.svg)](https://www.npmjs.com/package/react-fast-marquee) | ||
[![npm downloads](https://img.shields.io/npm/dw/react-fast-marquee.svg)](https://www.npmjs.com/package/react-fast-marquee) | ||
[![npm license](https://img.shields.io/npm/l/react-fast-marquee.svg)](https://www.npmjs.com/package/react-fast-marquee) | ||
[![npm bundle size](https://img.shields.io/bundlephobia/min/react-fast-marquee.svg)](https://bundlephobia.com/result?p=react-fast-marquee) | ||
![npm type definitions](https://img.shields.io/npm/types/react-fast-marquee.svg) | ||
[![npm type definitions](https://img.shields.io/npm/types/react-fast-marquee.svg)](https://www.npmjs.com/package/react-fast-marquee) | ||
@@ -35,3 +37,3 @@ [![demogif][2]][1] | ||
To use the component, first import it into your file: | ||
To use the component, first import `Marquee` into your file: | ||
@@ -74,3 +76,2 @@ ```jsx | ||
| `className` | `string` | `""` | Name of the css class to style the container div | | ||
| div | | ||
| `play` | `boolean` | `true` | Whether to play or pause the marquee | | ||
@@ -77,0 +78,0 @@ | `pauseOnHover` | `boolean` | `false` | Whether to pause the marquee when hovered | |
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
23255
84