Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue3-marquee-text

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-marquee-text

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source


vue3-marquee-text

Marquee text for VueJs3
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

Marquee text for VueJs3

(back to top)

Getting Started

Installation

npm install vue3-marquee-text

(back to top)

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>

(back to top)

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!✨

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b <your_branch_name> <tag_name>)
  3. Commit your Changes (git commit -m <your_commit_message>)
  4. Push to the Branch (git push origin <your_branch_name>)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Shin - shin.dev@proton.me

Project Link: vue3-marquee-text

(back to top)

FAQs

Package last updated on 27 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc