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: 3 months ago
JSON representation
Vue unDraw Components: MIT licensed illustrations by unDraw (http://undraw.co) for your Vue projects
- Host: GitHub
- URL: https://github.com/vue-undraw/vue-undraw
- Owner: vue-undraw
- Created: 2018-09-07T17:36:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T17:12:46.000Z (over 5 years ago)
- Last Synced: 2024-07-18T23:33:07.420Z (4 months ago)
- Topics: illustrations, svg, vue, vue-components, vuejs
- Homepage: https://vue-undraw.github.io
- Size: 13.2 MB
- Stars: 30
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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