Skip to content

MazLazyImg

MazLazyImg is a standalone component to display images and svgs with lazy loading

INFO

Before you have to import the global css files in your project, follow instructions in Getting Started

vue
<template>
  <MazLazyImg src="https://loremflickr.com/1000/1000" block />
</template>

<script setup lang="ts">
  import MazLazyImg from 'maz-ui/components/MazLazyImg'
</script>