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/).
Downloads
5
Readme
c-rounded-solid-button
Custom version of v-btn from Vuetify.
Project setup
yarn add c-rounded-solid-button -D
or
npm i c-rounded-solid-button --save-dev
Usage 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 |