Vue Kawaii is a fork of React Kawaii. The library of cute SVG illustrations (Vue components). Ideal if you want to give some cuteness and personality to your Vue application.
Install from NPM
npm install --save-dev vue-kawaii
Install from Yarn
yarn add vue-kawaii
Import it into your code:
import { Planet } from 'vue-kawaii'
export {
name: 'Example'
components: {
Planet
}
}
Backpack →