vue-button-alt

npm

Alternative light button

Installation

yarn add @konfy/vue-button-alt
EXAMPLES
<vue-button-alt type="float">I am floating</vue-button-alt>
<vue-button-alt type="sink">I am sinking</vue-button-alt>

props

property type default comment
type String float Button type: float or sink

events

name payload comment
click Click event

css variables

{
    --vue-button-alt-color: blue;
}