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.
Package | Version |
---|---|
vue-kawaii | |
vue-kawaii-example |
npm install --save-dev vue-kawaii
yarn add vue-kawaii
import { Planet } from 'vue-kawaii'
export {
name: 'Example'
components: {
Planet
}
}
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...