@mesg-components/tag-label
v2.0.2
Published
## Install
Downloads
1
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 | purple
and default type isblue
- size:
String
, Optional, The default value issmall
Example
<template>
<TagLabel type="purple">Purple tag</TagLabel>
</template>