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

cap-vmarquee-nuxt3

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cap-vmarquee-nuxt3

شبیه ساز Marquee در HTML در Nuxt3

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Cap-VMarquee-Nuxt3

Cap VMarquee Nuxt3 is Marquee component similar to Deprecated marquee html tag for Nuxt 3 FrameWork.

npm version npm downloads License Nuxt

About

The Cap VMarquee Nuxt3 is an open-source library developed and maintained by CAP Company. It is developed using Nuxt 3 framework and tailwindcss.

Showcase

Quick Setup

  1. Add Cap-VMarquee-Nuxt3 dependency to your project .

Using yarn :

yarn add Cap-VMarquee-Nuxt3

Using npm :

npm install Cap-VMarquee-Nuxt3

Using pnpm :

pnpm add Cap-VMarquee-Nuxt3
  1. Add cap-vmarquee-nuxt3 to the modules of nuxt.config.ts
export default defineNuxtConfig({
  modules: ['cap-vmarquee-nuxt3']
});

That's it! You can now use library in your Nuxt app ✨

How to Use

Using the marquee is easy, you just need to import the library and use it as follows.

<VMarquee/>

Props

KeyTypeDefaultDescriptionsample
durationstring | number3defines how long an animation takes to complete2
delaystring | number0sets the time before an animation starts.1
directionTDirectionnormalspecifies the direction the animation will play.normal
timingFunctionTTimingFunctionlinearcontrols the speed curve of an animation.linear

Types

type TDirection = "normal" | "reverse"

type TTimingFunction = "ease" | "linear" | "ease-in" | "ease-out" | "ease-in-out"

Full Sample Code

<VMarquee
  :duration="5"
  :delay="0"
  direction="normal"
  timing-function="ease-in-out"
>
  <h1>Mohammad Rouhani</h1>
</VMarquee>

Thank You

Thanks to all colleagues of CAP Company

Author : Mohammad Rouhani

Thank you my Colleague:

https://github.com/Ghanavati7915

Keywords

FAQs

Package last updated on 06 Nov 2024

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