A lib to add pepe emojis into your vue website!
To install the lib:
npm install pepevuejs
To import the lib
import { smug } from "../../src/index";
Usage
<template>
<div>
<smug />
<clown />
<hmm />
<Ukraine />
<monkaThink />
<pepe />
<tearsOfJoy />
<look />
<call />
<shoot />
<ree />
<astro />
<enlightment />
<noted />
<sus />
<dumb />
<cool />
</div>
</template>
<script>
import { smug, clown, hmm, Ukraine, monkaThink, pepe, tearsOfJoy, look, call, shoot, ree, astro, enlightment, noted, sus, dumb, cool } from "../../src/index";
export default {
name: "App",
components: {
smug,
clown,
hmm,
Ukraine,
monkaThink,
pepe,
tearsOfJoy,
look,
call,
shoot,
ree,
astro,
enlightment,
noted,
sus,
dumb,
cool
},
};
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.