c-outline-button
v0.1.10
Published
Custom version of [v-btn](https://vuetifyjs.com/en/components/buttons) from [Vuetify](https://vuetifyjs.com/en/).
Downloads
6
Readme
c-outline-button
Custom version of v-btn from Vuetify.
Project setup
yarn add c-outline-button -D
or
npm i c-outline-button --save-dev
Usage example
import OutlineButton from 'c-outline-button/src/components/outlinebutton/outlinebutton.vue'
<OutlineButton :bState="false" btnColor="#success">Primary</OutlineButton>
Props
|Name |Definiton |Values |Type | |:-:|:-:|:-:|:-:| | bState | button state of disabled | true | Boolean | | btnColor | color of btn to be shown | success/error/warning/info/secondary | String |
##Slots
|Name |Definiton |Values |Type | |:-:|:-:|:-:|:-:| | Primary | Button text to be shown | Text | String |