0.1.7 • Published 5 years ago

c-loading-button v0.1.7

Weekly downloads
21
License
-
Repository
-
Last release
5 years ago

c-loading-button

Custom version of v-btn from Vuetify.

Project setup

yarn add c-loading-button -D

or

npm i c-loading-button --save-dev

Usage example

import LoadingButton from 'c-loading-button/src/components/loadingbutton/loadingbutton.vue'
<LoadingButton :bState="false" btnColor="success"> <v-icon class="icn" slot="iconName">send</v-icon>Send</LoadingButton>

Props

NameDefinitonValuesType
bStatebutton state of disabledtrueBoolean
btnColorcolor of btn to be shownsuccess/error/warning/info/secondaryString

##Slots

NameDefinitonValuesType
SendButton text to be shownTextString
iconNameIcon text that generate iconssearch/check/priority_high/delete/closeString
0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago