vue-undraw
v2.0.13
Published
A Vue component library for unDraw illustrations
Downloads
1,165
Maintainers
Readme
Vue unDraw Components
Vue unDraw Components: MIT licensed illustrations by unDraw (http://undraw.co) for your vue.js projects
Installation
Yarn
yarn add vue-undraw
NPM
npm install --save vue-undraw
Usage
main.js
import UndrawCreditCard from 'vue-undraw/UndrawCreditCard';
// Global registration in your main.js/App.vue file
Vue.component(UndrawCreditCard.name, UndrawCreditCard);
Documentation
https://vue-undraw.github.io
Example
https://codesandbox.io/s/o7l1xzn745
Contributors
LICENSE
MIT