c-solid-button
v0.1.7
Published
Custom version of [v-btn](https://vuetifyjs.com/en/components/buttons) from [Vuetify](https://vuetifyjs.com/en/).
Readme
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 |
