vue3-marquee-text
v1.0.0
Published
<a name="readme-top"></a>
Downloads
3
Readme
About The Project
Marquee text for VueJs3
Getting Started
Installation
npm install vue3-marquee-text
Usage
Global Registration
import MarqueeText from "vue3-marquee-text"
app.component("MarqueeText", MarqueeText);
Local Registration
<script setup>
import MarqueeText from "vue3-marquee-text"
</script>
<template>
<MarqueeText>
// Your content here
</MarqueeText>
</template>
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!✨
- Fork the Project
- Create your Feature Branch (
git checkout -b <your_branch_name> <tag_name>
) - Commit your Changes (
git commit -m <your_commit_message>
) - Push to the Branch (
git push origin <your_branch_name>
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt
for more information.
Contact
Shin - [email protected]
Project Link: vue3-marquee-text