c-rounded-outline-button
v0.1.7
Published
Custom version of [v-btn](https://vuetifyjs.com/en/components/buttons) from [Vuetify](https://vuetifyjs.com/en/).
Downloads
4
Readme
c-rounded-outline-button
Custom version of v-btn from Vuetify.
Project setup
yarn add c-rounded-outline-button -D
or
npm i c-rounded-outline-button --save-dev
Usage example
import RoundedOutlineButton from 'c-rounded-outline-button/src/components/roundedsolidoutlineButton/roundedsolidoutlinebutton.vue'
<RoundedOutlineButton iconBtnColor="success">search</RoundedOutlineButton>
Props
|Name |Definiton |Values |Type | |:-:|:-:|:-:|:-:| | bState | button state of disabled | true | Boolean | | iconBtnColor | color of btn to be shown | success/error/warning/info/secondary | String |
slots
|Name |Definiton |Values |Type | |:-:|:-:|:-:|:-:| | search | Icon text that generate icons | Text | String |