0.1.7 • Published 2 years ago

@aabid01/vue3-lib v0.1.7

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

articles-icon

Project setup

npm install --save article-icons-vue3
npm install --save @fortawesome/fontawesome-free

or

yarn add article-icons-vue3

Adding fontawesome file to main.js

import '@fortawesome/fontawesome-free/css/all.css

Basic Usage

<template>
  <ArticleIcon size="large" extension='.docx'  hascursorpointer:false
/>
<ArticleTextViewer :getmyArticle="getmyArticle"/>
<NoContent/>
</template>
<script>
import {ArticleIcon,ArticleTextViewer,NoContent} from '@aabid01/vue3-lib';
export default {
  components:{
    ArticleIcon,ArticleTextViewer,NoContent
  }
}
</script>
0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago