1.0.7 • Published 4 years ago

vuelix-button v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

NPM version Language

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

NameTypeDefault
textstring, number"confirm"

License

Copyright (c) 2021 Dibodev

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago