0.1.10 • Published 5 years ago

c-icon-button v0.1.10

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

c-icon-button

Custom version of v-btn from Vuetify.

Project setup

yarn add c-icon-button -D

or

npm i c-icon-button --save-dev

Usage example

import IconButton from 'c-icon-button/src/components/iconbutton/iconbutton.vue'
<IconButton :iState="false" iconColor="success">search</IconButton>

Props

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

##Slots

NameDefinitonValuesType
searchIcon text that generate iconssearch/check/priority_high/delete/closeString
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