What is Fvuarjs?
· One min read
Fvuarjs is an alert message library. It contains customizable warning messages to be displayed to the user. It is very easy to use and has a structure that everyone from 7 to 70 can understand.
Can you give a simple example?
First of all, Install fvuarjs in your project according to the instructions here.
Then add the following lines to your javascript file to see the warning message.
script.js
import Fvuar from 'fvuarjs';
Fvuar.new({
position: "bottom-center",
text: "This warning message was created with fvuarjs!"
})
here is a usage example