logo XRay logo XRay

Getting Started

  • Requirements
  • Gulp
  • HTML
  • File Structure
  • HTML Structure
  • CSS Structure
  • Javascript Structure
  • Theme
  • Color
  • Favicon
  • Loader
  • Logo
  • Changing Fonts
  • Storage

Component

Live Customizer

  • AOS Animation
  • Apexchart
  • Chart js
  • Echarts
  • amcharts
  • Circle Progress
  • Flatpickr
  • Data Table

Source & Credits

Upgrade Guide

Changelog

  • Home
  • -
  • logo
  • Submit a Ticket

Dashboard Logo

  • The Logo component can be found in the templates/components/widget/logo.hbs with your own logo SVG image OR logo image URL.
  • Then user has to call logo component wherever logo has to show eg. {{> partials/components/widget/logo }}

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

<div class="logo-main">
    <img class="logo-normal img-fluid mb-3" src="../../../assets/images/logo.png" height="30" alt="logo">
    <span class="ms-2 brand-name">XRay</span>
</div>

You can call logo component wherever logo has to show:

{{> components/widgets/logo}}
Previous Next
XRay.Copyright ©
Built with ♥ from IQONIC DESIGN.