Closed AnthonySmith01 closed 7 years ago
Hi @sm1ddy sorry for late reply! You can use in a vanilla js project like this:
var fa = require('nativescript-fancyalert');
var TNSFancyAlert = fa.TNSFancyAlert;
var TNSFancyAlertButton = fa.TNSFancyAlertButton;
Fantastic, thanks Nathan! :)
is there a way in NativeScript - Javascript to deal with textfields?
Nice plugin :)
Just wondering if there were any plans for documentation or support regarding use in vanilla javascript.