0.1.10 • Published 5 years ago

c-outline-button v0.1.10

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

c-outline-button

Custom version of v-btn from Vuetify.

Project setup

yarn add c-outline-button -D

or

npm i c-outline-button --save-dev

Usage example

import OutlineButton from 'c-outline-button/src/components/outlinebutton/outlinebutton.vue'
<OutlineButton :bState="false" btnColor="#success">Primary</OutlineButton>

Props

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

##Slots

NameDefinitonValuesType
PrimaryButton text to be shownTextString
0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

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