0.0.8 • Published 3 years ago

z-status-pill v0.0.8

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

Z-Status-Pill

A vue based implementation of modern dynamic pills that bring the best experience and simplicity. It supports enough props to satisfy mind-blowing customizations. Communicate concise statuses with distinct colors and text.

Installation

yarn add z-status-pill
npm i z-status-pill

Props

status: {
  type: String,
  default: '',
},
statusIndicatorColor: {
  type: String,
  default: '',
},
backgroundColor: {
  type: String,
  default: '',
},
width: {
  type: String,
  default: '',
},

Usage

<z-status-pill
    :status="success"
    :background-color="'#F2FDD3'"
    :status-indicator-color="'#8DE028'"
/>
0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago