skillicons-tooltip
Version:
Extension for syvixor/skills-icons, that has premade components for different frameworks. Currently available only for Vue.js and React. Provides <Icon> with two paramaters: skill and position.
26 lines (25 loc) • 624 B
JSON
{
"name": "skillicons-tooltip",
"private": false,
"version": "1.0.1",
"type": "module",
"dependencies": {
"react": "^19.1.1",
"react-dom": "^19.1.1",
"vue": "^3.5.18"
},
"description": "Extension for syvixor/skills-icons, that has premade components for different frameworks. Currently available only for Vue.js and React. Provides <Icon> with two paramaters: skill and position.",
"main": "index.js",
"keywords": [
"vue",
"component",
"skillicons",
"icons",
"technologies",
"portfolio",
"web-api",
"extension"
],
"author": "madfozjer",
"license": "MIT"
}