0.0.2 • Published 5 years ago

uga-apply-button v0.0.2

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

Built With Stencil

UGA Finance | Apply Button

This is a standalone web component to render a button to redirect your customers to apply.uportal360.com directly to your program.

This allows you to input your program number. You can also include your cash price, down payment amount, and charge description and custom button text to make the button say whatever you want!

Using this component

Script tag

  • Publish to NPM
  • Put a script tag similar to this <script src='https://unpkg.com/uga-apply-button@0.0.1/dist/apply-button.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

Node Modules

  • Run npm install uga-apply-button --save
  • Put a script tag similar to this <script src='node_modules/uga-apply-button/dist/apply-button.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

In a stencil-starter app

  • Run npm install uga-apply-button --save
  • Add an import to the npm packages import uga-apply-button;
  • Then you can use the element anywhere in your template, JSX, html etc