0.1.7 • Published 6 years ago

c-solid-button v0.1.7

Weekly downloads
18
License
-
Repository
-
Last release
6 years ago

c-solid-button

Custom version of v-btn from Vuetify.

Project setup

yarn add c-solid-button -D

or

npm i c-solid-button --save-dev

Usage example

import SolidButton from 'c-solid-button/src/components/solidbutton/solidbutton.vue'
<SolidButton :bState="false" btnColor="success">Primary</SolidButton>

Props

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

Props

NameDefinitonValuesType
PrimaryButton text to be shownTextString
0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago