0.1.10 • Published 6 years ago
c-outline-button v0.1.10
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 |