0.1.10 • Published 7 years ago
c-rounded-solid-button v0.1.10
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 |