0.1.5 • Published 7 years ago
c-pill v0.1.5
c-pill
Custom version of v-chip from Vuetify.
Project setup
yarn add c-pill -Dor
npm i c-pill --save-devUsage example
import pills from "c-pill/src/components/c-pills.vue";
<pills type="blue" text="Yes"/>Props
| Name | Definiton | Values | Type | Default |
|---|---|---|---|---|
| type | Pill type to be shown | blue , green , orange , red , grey , default | String | default |
| text | Pill text to be shown | Any string | String | Default |