0.1.10 • Published 6 years ago

c-rounded-solid-button v0.1.10

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

c-rounded-solid-button

Custom version of v-btn from Vuetify.

Project setup

yarn add c-rounded-solid-button -D

or

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

Usage example

import RoundedSolidButton from 'c-rounded-solid-button/src/components/roundedsolidbutton/roundedsolidbutton.vue'
<RoundedSolidButton :iState="false" iconColor="success">check</RoundedSolidButton>

Props

NameDefinitonValuesType
iStatebutton state of disabledtrueBoolean
iconColorcolor of btn to be shownsuccess/error/warning/info/secondaryString

Slots

NameDefinitonValuesType
checkIcon text that generate iconscheckString
0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

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.1

6 years ago