Skip to content

youngtailors/vue-kawaii

Repository files navigation

Vue Kawaii

CircleCI codecov dependencies Status devDependencies Status

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.

Packages

Package Version
vue-kawaii npm
vue-kawaii-example npm

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
  }
}

Components

All the components are SVG illustrations. You can pick different moods: sad, shocked, happy, blissful and lovestruck. You can also choose a color to your Kawaii and the size.

Available components:

  • Backpack - A cute backpack
  • Browser - A cute browser
  • CreditCard - A cute credit card
  • Ghost - A cute ghost
  • IceCream - A cute ice-cream
  • Mug - A cute mug
  • Planet - A cute planet
  • SpeechBubble - A cute speech bubble
  • More Kawaii components coming soon...