/vue-marquee-header

A simple marquee for your website.

Primary LanguageJavaScriptMIT LicenseMIT

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.