lusaxweb / vuesax-next

Vuesax v4: framework components for Vuejs
https://vuesax.com/
GNU General Public License v3.0
1.82k stars 200 forks source link

floating not working #51

Open fkaris opened 4 years ago

fkaris commented 4 years ago

image

only colors no icons vuesax4

xithalius commented 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?

UsmanJavedAttari commented 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?

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?

UsmanJavedAttari commented 4 years ago

Got it using <link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css" />.

tomtakumi commented 3 years ago

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'