Socket
Socket
Sign inDemoInstall

vuelix-button

Package Overview
Dependencies
10
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vuelix-button

My first vue package


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Vuelix Button

My first vue package

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

Keywords

FAQs

Last updated on 06 Nov 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc