Hope UI

Getting Started

  • Requirements
  • File Structure
  • Module Structure
  • Basic
  • Vue
  • Theme
  • Theme Font Size
  • Sidebar Appearance
  • Navbar Appearance
  • Page Appearance
  • Footer
  • Favicon
  • Loading Transitions
  • Logo
  • Changing Fonts
  • Layout Configure
  • Storage

Component

  • Header Style
  • Footer Style

Live Customizer

  • Apexchart
  • NoUi Slider
  • Vue AutoCounter
  • Circle Progress
  • Vanila Datepicker
  • Multi Select
  • Fslightbox
  • Select2
  • Sweet Alert
  • Flatpickr
  • Quill
  • Swiper Slider
  • Image Cropper
  • Signature Pad
  • Uppy
  • Data Table

Source & Credits

Upgrade Guide

Changelog

  • Home
  • -
  • logo
  • Submit a Ticket

For Logo

  • The Logo component can be found in the {{> src/components/custom/logo/BrandLogo.vue }} with your own logo SVG image URL.

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

<div class="logo-main">
    <div class="logo-normal">
        <svg :class="`${color ? 'text-primary' : ''} icon-30`" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
        <rect x="-0.757324" y="19.2427" width="28" height="4" rx="2" transform="rotate(-45 -0.757324 19.2427)" fill="currentColor" />
        <rect x="7.72803" y="27.728" width="28" height="4" rx="2" transform="rotate(-45 7.72803 27.728)" fill="currentColor" />
        <rect x="10.5366" y="16.3945" width="16" height="4" rx="2" transform="rotate(45 10.5366 16.3945)" fill="currentColor" />
        <rect x="10.5562" y="-0.556152" width="28" height="4" rx="2" transform="rotate(45 10.5562 -0.556152)" fill="currentColor" />
        </svg>
    </div>
    <div class="logo-mini">
        <svg :class="`${color ? 'text-primary' : ''} icon-30`" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
        <rect x="-0.757324" y="19.2427" width="28" height="4" rx="2" transform="rotate(-45 -0.757324 19.2427)" fill="currentColor" />
        <rect x="7.72803" y="27.728" width="28" height="4" rx="2" transform="rotate(-45 7.72803 27.728)" fill="currentColor" />
        <rect x="10.5366" y="16.3945" width="16" height="4" rx="2" transform="rotate(45 10.5366 16.3945)" fill="currentColor" />
        <rect x="10.5562" y="-0.556152" width="28" height="4" rx="2" transform="rotate(45 10.5562 -0.556152)" fill="currentColor" />
        </svg>
    </div>
</div>

You can call logo component wherever logo has to show:

<BrandLogo :color="true" />

To import the logo component, use the following line of code:

import BrandLogo from '../logo/BrandLogo.vue';
Previous Next
Hope UI.Copyright ©
Built with ♥ from IQONIC DESIGN.