Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

madfozjer/skillicons-tooltip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skillicons-tooltip

Extension for syvixor/skills-icons, that has premade components for Vue 3 and React.

To setup and use:

  1. import the Icon component from 'skillicons-tooltip'.

    Example:

    <template>
      <Icon skill="javascript" position="top" />
    </template>
    <script>
    import { Icon } from "skillicons-tooltip";
    
    export default {
      components: { Icon },
    };
    </script>
  2. 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.

About

Extension for syvixor/skills-icons

Topics

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •