Skip to content

chetanraj/vue-undraw

 
 

Repository files navigation

Vue unDraw Components

Vue unDraw Components: MIT licensed illustrations by unDraw (http://undraw.co) for your vue.js projects

vue undraw

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://kaiwedekind.github.io/vue-undraw/

Example

https://codesandbox.io/s/34o28v536q

Contributors


Kai Wedekind
Github

Chetan Raj
Github

LICENSE

MIT

About

Vue unDraw Components: MIT licensed illustrations by unDraw (http://undraw.co) for your Vue projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 99.7%
  • Other 0.3%