0.1.7 • Published 7 years ago
c-rounded-outline-button v0.1.7
c-rounded-outline-button
Custom version of v-btn from Vuetify.
Project setup
yarn add c-rounded-outline-button -Dor
npm i c-rounded-outline-button --save-devUsage 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 |