articles-icon
v0.1.1
Published
## Project setup ``` npm install --save articles-icon ``` or ``` yarn add articles-icon ```
Readme
vue-elegant-button
Project setup
npm install --save articles-iconor
yarn add articles-iconBasic Usage
<template>
<ArticleIcon size="large" extension='.docx' hascursorpointer:false
/>
</template>
<script>
import ArticleIcon from "articles-icon";
export default {
components:{
ArticleIcon
}
}
</script>