0.1.7 • Published 5 years ago

c-solid-button v0.1.7

Weekly downloads
18
License
-
Repository
-
Last release
5 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

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