Open fkaris opened 4 years ago
@fkaris Can you add some more context on what you're trying to achieve. Are you trying to use the new sidebar component? Are you using Boxicons?
@fkaris Can you add some more context on what you're trying to achieve. Are you trying to use the new sidebar component? Are you using Boxicons?
Hi! Same with me. I the sidebar exactly and no icons is loading. How to use BoxIcons? I included their url as <script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
but still icons is not working. Why there is no documentation on this?
Got it using <link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css" />
.
Vuesax4 guide never mentions installing boxicons. I've installed it using npm install boxicons --save
and import it in main.js import 'boxicons/css/boxicons.css'
only colors no icons vuesax4