
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
vue-good-links
Advanced tools
An easy to use link/text hover effect library for VueJS
If you endup using and liking vue-good-links, consider spreading the joy :)
Install with npm:
npm install --save vue-good-links
import directly into components:
<template>
<div>
this is my <vgl-swing text="fancy text"></vgl-swing>
</div>
</template>
<script>
import {VglSwing} from 'vue-good-links';
export default {
components: {
'vgl-swing': VglSwing,
},
};
</script>
or use globally
import VueGoodLinks from 'vue-good-links';
// import the styles
import 'vue-good-links/dist/vue-good-links.css';
Vue.use(VueGoodLinks);
Option | Description | Type, Example |
---|---|---|
originalSpanStyle | css styles for standing text span. (applies to all but VglWave) |
<vgl-swing :originalSpanStyle="{color: 'blue'}" text="fancy!"></vgl-swing> |
hoverSpanStyle | css styles for hovering text span. (applies to all but VglWave) |
<vgl-swing :hoverSpanStyle="{color: 'blue'}" text="fancy!"></vgl-swing> |
This project is licensed under the MIT License - see the LICENSE.md file for details
inspiration for effects taken from Tympanus
FAQs
An easy to use link/text hover effect library for VueJS
The npm package vue-good-links receives a total of 7 weekly downloads. As such, vue-good-links popularity was classified as not popular.
We found that vue-good-links demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.