What's in Version 0.0.4?
- Minor bugs fixed
Tip
You can check out other versions here.
Installation
NPM
Paste these codes into the terminal where you are sure you are in your project directory. It will include the latest version of fvuarjs as a package for you in your project. or yarn add fvuarjs
npm install fvuarjs
CDN
Copy this script and paste your html file.
<script src="https://cdn.jsdelivr.net/npm/fvuarjs@0.0.4/fvuar.min.js"></script>
Basic Usage
const fv = new Fvuar();
fv.new({
text: 'Hello World',
theme: 'success',
position: 'top-center'
});
Tip
For more usage examples, see README.md.