0.1.10 • Published 7 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 -Dor
npm i c-outline-button --save-devUsage 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 |