c-pill
v0.1.5
Published
Custom version of [v-chip](https://vuetifyjs.com/en/components/chips) from [Vuetify](https://vuetifyjs.com/en/).
Readme
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 |
