c-rounded-solid-button
v0.1.10
Published
Custom version of [v-btn](https://vuetifyjs.com/en/components/buttons) from [Vuetify](https://vuetifyjs.com/en/).
Readme
c-rounded-solid-button
Custom version of v-btn from Vuetify.
Project setup
yarn add c-rounded-solid-button -Dor
npm i c-rounded-solid-button --save-devUsage example
import RoundedSolidButton from 'c-rounded-solid-button/src/components/roundedsolidbutton/roundedsolidbutton.vue'<RoundedSolidButton :iState="false" iconColor="success">check</RoundedSolidButton>Props
|Name |Definiton |Values |Type | |:-:|:-:|:-:|:-:| | iState | button state of disabled | true | Boolean | | iconColor | color of btn to be shown | success/error/warning/info/secondary | String |
Slots
|Name |Definiton |Values |Type | |:-:|:-:|:-:|:-:| | check | Icon text that generate icons | check | String |
