A simple marquee for your website.
npm i vue-marquee-header
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
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.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.