@urami/vue

1.0.3 • Public • Published

@urami/vue

Optimized image component for Vue.

Documentation

Usage

<script>
  import Image from '@urami/vue'
</script>

<template>
  <Image
    src="https://demo.rayriffy.com/tom-scott.jpg"
    width="801"
    height="801"
    alt="Tom Scott"
    class="rounded-xl shadow-md"
  />
</template>

Props

Name Type Default Required Description
src string - Source of the image
width number - Width of the image
height number - Height of the image (Specify this will results in less layout shift)
quality number 75 Quality of the image
loader fn defaultLoader Loader function, please refer to Loader

/@urami/vue/

    Package Sidebar

    Install

    npm i @urami/vue

    Homepage

    urami.dev/

    Weekly Downloads

    1

    Version

    1.0.3

    License

    none

    Unpacked Size

    7.21 kB

    Total Files

    8

    Last publish

    Collaborators

    • rayriffy