2.0.2 • Published 5 years ago
@mesg-components/tag-label v2.0.2
@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>