0.1.10 • Published 5 years ago

c-rounded-solid-button v0.1.10

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

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

5 years ago