logo logo

Getting Started

  • Requirements
  • File Structure
  • Basic
  • vue
  • Color
  • Favicon
  • Logo
  • Changing Fonts
  • Layout Configure

Component

  • Header Style
  • Footer Style
  • Fs Lightbox
  • Swiper Slider
  • Slick Slider

Source & Credits

Upgrade Guide

Changelog

  • Home
  • -
  • logo
  • Submit a Ticket

Template Logo

  • The Logo component can be found in the src/components/widget/logo.vue with your own logo SVG image OR logo image URL.
  • Then user has to call logo component wherever logo has to show eg. public/

You can add a image URL icon to your Website using the following code:

<template>
    <router-link to="/" class="navbar-brand m-0">
        <span class="logo-normal">
            <img :src="generateImgPath('/assets/images/logo/logo.png')" alt="logo" class="img-fluid" loading="lazy">
        </span>
    </router-link>
</template>

You can call logo component wherever logo has to show:

<Logo />
Previous Next
Qloud.Copyright ©
Built with ♥ from IQONIC DESIGN.