0.1.7 • Published 7 years ago
c-solid-button v0.1.7
c-solid-button
Custom version of v-btn from Vuetify.
Project setup
yarn add c-solid-button -Dor
npm i c-solid-button --save-devUsage example
import SolidButton from 'c-solid-button/src/components/solidbutton/solidbutton.vue'<SolidButton :bState="false" btnColor="success">Primary</SolidButton>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 |
Props
| Name | Definiton | Values | Type |
|---|---|---|---|
| Primary | Button text to be shown | Text | String |