@baxxx/bax-box

> This is a useless package, made for testing. This is a Vue.js component.

Usage no npm install needed!

<script type="module">
  import baxxxBaxBox from 'https://cdn.skypack.dev/@baxxx/bax-box';
</script>

README

BAX BOX

This is a useless package, made for testing. This is a Vue.js component.

Installation

Install the package:

npm install --save @baxxx/bax-box

Install all components

In your main.js (or main.ts) add:

import BaxBox from '@baxxx/bax-box';

Vue.use(BaxBox);

Install single (only, though) component

In your main.js (or main.ts) add:

import { BaxBox } from '@baxxx/bax-box';

Vue.component(BaxBox.name, BaxBox);

Usage

In your Vue.js application, you can use tag

  <BaxBox />

Available props:

  • nope - boolean - disables the button
  <BaxBox nope />