Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 1.25 KB

README.md

File metadata and controls

61 lines (45 loc) · 1.25 KB

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


Kai Wedekind
Github

Chetan Raj
Github

LICENSE

MIT