Alternative light button
yarn add @konfy/vue-button-alt
<vue-button-alt type="float">I am floating</vue-button-alt>
<vue-button-alt type="sink">I am sinking</vue-button-alt>
property | type | default | comment |
---|---|---|---|
type | String | float | Button type: float or sink |
name | payload | comment |
---|---|---|
click | – | Click event |
{
--vue-button-alt-color: blue;
}