@vuecs/gravatar
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@vuecs/gravatar 📷

npm version CI

A package containing a gravatar component.

Table of Contents

Installation

$ npm i --save @vuecs/gravatar

Usage

Register the plugin.

import install from '@vuecs/gravatar';
import { createApp } from 'vue'

const app = createApp({})

app.use(install, {
  /* optional options */
})

After the component is registered, it can be used as follows.

<template>
    <VCGravatar
        :email="'max.mustermann@example.com'"
        :default-img="'retro'"
        :size="80"
        :rating="'g'"
    />
</template>

License

Made with 💚

Published under MIT License.

Package Sidebar

Install

npm i @vuecs/gravatar

Weekly Downloads

72

Version

1.0.1

License

none

Unpacked Size

18.8 kB

Total Files

15

Last publish

Collaborators

  • tada5hi