0.0.9 • Published 2 years ago

astral-vue-button v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Astral Vue Button Component

Easily implentation plugin for your Astral payment integration

Start using your Astral Button

npm i astral-vue-button or for yarn use yarn add astral-vue-button

How to use in your project

import Vue from 'vue';
import AstralButton from 'astral-vue-button'

Vue.use(AstralButton)

Props

Use and customize your plugin, you can change:

  • label
  • amount
  • showPrice
  • style

Label

Add your own text to your button like "Pay your dues", default is set to "Pay wil Astral"

Amount

Set the amount due <astral-button :amount="dynamicAmount">

Show Price

If you want the price to appear in the button, pass the prop showPrice <astral-button showPrice>

Style

If you would like to use the white button, for example if you have a multi-colored background and the blue doesn't show well, use: style <astral-button style="white">

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago