aidala-btc-calculator
v0.0.70
Published
front-end ready to use solution from aidala.uk check it on https://aidala.uk/dashboard
Downloads
396
Readme
Aidala BTC Calculator
front-end ready to use solution from aidala.uk check it on https://aidala.uk/dashboard
For Local Use with github
run command to install npm packages
npm install
run command to run locally
npm run dev
What Inside
calculator is written on Vue 3 + Vite
How To Use from npm
npm i aidala-btc-calculator
to use it just import js script from
import 'aidala-btc-calculator'
and run function with id parameter to mount calculator
window.injectAidalaCalculator('#my-id');
to unmount Aidala Calculator
window.unmountAidalaCalculator();
or if you do not use npm, you can copy-paste aidala-btc-calculator.js to your website and run window.injectAidalaCalculator('#my-id')