c-loading-button

0.1.7 • Public • Published

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

Name Definiton Values Type
bState button state of disabled true Boolean
btnColor color of btn to be shown success/error/warning/info/secondary String

Slots

Name Definiton Values Type
Send Button text to be shown Text String
iconName Icon text that generate icons search/check/priority_high/delete/close String

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.73latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.73
0.1.60
0.1.50
0.1.40
0.1.30
0.1.20
0.1.10

Package Sidebar

Install

npm i c-loading-button

Weekly Downloads

3

Version

0.1.7

License

none

Unpacked Size

14.4 kB

Total Files

21

Last publish

Collaborators

  • ppk7891