Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
cap-vmarquee-nuxt3
Advanced tools
Cap VMarquee Nuxt3
is Marquee component similar to Deprecated marquee html tag for Nuxt 3 FrameWork.
The Cap VMarquee Nuxt3
is an open-source library developed and maintained by CAP Company.
It is developed using Nuxt 3
framework and tailwindcss
.
Cap-VMarquee-Nuxt3
dependency to your project .yarn add Cap-VMarquee-Nuxt3
npm install Cap-VMarquee-Nuxt3
pnpm add Cap-VMarquee-Nuxt3
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 ✨
Using the marquee is easy, you just need to import the library and use it as follows.
<VMarquee/>
Key | Type | Default | Description | sample |
---|---|---|---|---|
duration | string | number | 3 | defines how long an animation takes to complete | 2 |
delay | string | number | 0 | sets the time before an animation starts. | 1 |
direction | TDirection | normal | specifies the direction the animation will play. | normal |
timingFunction | TTimingFunction | linear | controls the speed curve of an animation. | linear |
type TDirection = "normal" | "reverse"
type TTimingFunction = "ease" | "linear" | "ease-in" | "ease-out" | "ease-in-out"
<VMarquee
:duration="5"
:delay="0"
direction="normal"
timing-function="ease-in-out"
>
<h1>Mohammad Rouhani</h1>
</VMarquee>
Thanks to all colleagues of CAP Company
Author : Mohammad Rouhani
v0.0.6
FAQs
شبیه ساز Marquee در HTML در Nuxt3
The npm package cap-vmarquee-nuxt3 receives a total of 4 weekly downloads. As such, cap-vmarquee-nuxt3 popularity was classified as not popular.
We found that cap-vmarquee-nuxt3 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.