skillicons-tooltip
v1.0.1
Published
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.
Maintainers
Readme
skillicons-tooltip
Extension for syvixor/skills-icons, that has premade components for Vue 3 and React.
To setup and use:
import the
Iconcomponent from 'skillicons-tooltip'.Example:
<template> <Icon skill="javascript" position="top" /> </template> <script> import { Icon } from "skillicons-tooltip"; export default { components: { Icon }, }; </script>put name of your skill as 'skill' and 'position' where you want to put it as props.
This library gets images from the skills-icons API. We are also on npm: https://www.npmjs.com/package/skillicons-tooltip!
Available technologies: Vue, React.
