@mesg-components/tag-label
v2.0.2
Published
## Install
Keywords
Readme
@MESG-COMPONENTS/TAGLABEL
Install
npm install @mesg-components/tag-label or yarn add @mesg-components/tag-label
Properties
- type:
String, Optional, Values of types areblue | orange | green | purpleand default type isblue - size:
String, Optional, The default value issmall
Example
<template>
<TagLabel type="purple">Purple tag</TagLabel>
</template>