Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vue-undraw

kaiwedekind3.6kMIT2.0.13

A Vue component library for unDraw illustrations

vue, vue.js, vue-components, illustrations, svg, unDraw

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


Kai Wedekind
Github

Chetan Raj
Github

LICENSE

MIT