5.0.1 • Published 6 months ago

@vue-layout/gravatar v5.0.1

Weekly downloads
-
License
-
Repository
github
Last release
6 months ago

@vue-layout/gravatar 📷

npm version CI

A package containing a gravatar component.

Table of Contents

Installation

$ npm i --save @vue-layout/gravatar

Usage

Register the plugin.

import install from '@vue-layout/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.

3.6.2

6 months ago

5.0.1

6 months ago

5.0.0

6 months ago

2.3.0

12 months ago

3.0.0

11 months ago

2.0.1

1 year ago

2.0.0

1 year ago