1.0.3 β’ Published 4 years ago
vue-marquee-header v1.0.3
vue-marquee-header
A simple marquee for your website.
πΌοΈ Preview
π οΈ Installation
npm i vue-marquee-header
π Usage
import VueMarquee from 'vue-marquee-header';
<vue-marquee animate="0" content="Enter your text content here"></vue-marquee>
*Note: You can also use some link into the content
param*
π¨ Parameters
Name | Value |
---|---|
content | yourcontent\|string |
bgColor | #fff\|hex |
textColor | #000\|hex |
speed | 30\|number |
animate | infinite , 0 |
*Note: If you define animate="0"
then the animation will stop and the text will be centered.*
π₯ Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.