1.1.7 • Published 5 years ago

c-text-button v1.1.7

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

c-text-button

Custom version of v-btn from Vuetify.

Project setup

yarn add c-text-button -D

or

npm i c-text-button --save

Usage example

import textButton from 'c-text-button/src/components/textbutton/textbutton.vue'
<TextButton :bState="false" btnColor="success">Primary</TextButton>

Props

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

Slots

NameDefinitonValuesType
PrimaryButton text to be shownTextString
1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago