hasinhayder / vue3-icon-picker

A fantastic icon picker for Vue3 projects
https://vue3-icon-picker.pages.dev
MIT License
197 stars 20 forks source link

how to install and use this package? #7

Open mo3auya91 opened 1 year ago

mo3auya91 commented 1 year ago

You do not provide how to install or use this package!

I do not want to clone it as a separate project!

I tried npm i hasinhayder/vue3-icon-picker

but how to use it inside a component?

I tried

import IconPicker from '@vue3-icon-picker'

but the console has this error

Uncaught (in promise) Error: Cannot find module 'vue3-icon-picker'

fabioselau077 commented 1 year ago

fix this? same question

RejownAhmed commented 10 months ago

This is not a plugin and its for your own good. Just clone or download the files and component. Put the component in your components directory and css in your assets directory and this way you get full control of this project and you can customize anything as you want.