coreui / coreui-free-vue-admin-template

Open source admin template based on Bootstrap 5 and Vue 3
https://coreui.io/product/free-vue-admin-template/
MIT License
3.28k stars 963 forks source link

Icon list that we can use in SidebarNav #252

Closed sandrocantagallo closed 2 years ago

sandrocantagallo commented 3 years ago

LOCAL ENVIRORMENT

ISSUE

in: src\containers_nav.js

Can't use for example:

icon: 'cil-blind',

I would like to have a list of usable icons for SideBarNav.

cil-speedometer: works cil-pencil: works

cil-blind: not works cil-bar-chart: not works

and so on...

masada6 commented 3 years ago

Hi,

In scr/main.js a set of icons is made globally available by importing iconsSet from src/assets/icons/icons.js: https://github.com/coreui/coreui-free-vue-admin-template/blob/9d65013c0f683a70d986040e63e84459a4933d5d/src/main.js#L6

To utilize more icons in _nav.js (or wherever) import/export them in icons.js.

For more information about working with the Icons component i would recommend reading the Icons section in the CoreUI docs.

sandrocantagallo commented 3 years ago

Thanks a lot!

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions