skillicons-tooltip
Version:
Extension for syvixor/skills-icons, that has premade components for different frameworks.
30 lines (21 loc) • 618 B
Markdown
Extension for syvixor/skills-icons, that has premade components for Vue 3.
To setup and use:
1. import the `Icon` component from 'skillicons-tooltip'.
Example:
```vue
<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.
Available technology: Javascript.
Enjoy! ;D
by dima carewski @madfozjer