Skip to content

0.0.4

Latest
Compare
Choose a tag to compare
@ahmetcanisik ahmetcanisik released this 29 Jul 11:35
· 2 commits to master since this release

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.