1.0.7 • Published 4 years ago
vuelix-button v1.0.7
Support for both Vue 2 and Vue 3!
[ Live Demo ]
Source code for the demo page can be found on the example branch.
Contents
Install
npm
$ npm i vuelix-button
or
yarn
$ yarn add vuelix-button
Usage
<template>
<div id="app">
<VuelixButton text="button content" />
</div>
</template>
<script>
import VuelixButton from "vuelix-button";
export default {
name: "app",
components: {VuelixButton},
};
</script>
PropTypes
Name | Type | Default |
---|---|---|
text | string, number | "confirm" |
License
Copyright (c) 2021 Dibodev