Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/vue-undraw/vue-undraw

Vue unDraw Components: MIT licensed illustrations by unDraw (http://undraw.co) for your Vue projects
https://github.com/vue-undraw/vue-undraw

illustrations svg vue vue-components vuejs

Last synced: 4 months ago
JSON representation

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

Lists

README

        

# Vue unDraw Components

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

## Installation

##### Yarn
```javascript
yarn add vue-undraw
```

##### NPM
```javascript
npm install --save vue-undraw
```

## Usage

##### main.js

```javascript
import UndrawCreditCard from 'vue-undraw/UndrawCreditCard';
```

```javascript
// 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