NathanWalker / nativescript-fancyalert

Fancy alerts for NativeScript.
Other
147 stars 38 forks source link

Vanilla javascript examples? #5

Closed AnthonySmith01 closed 7 years ago

AnthonySmith01 commented 7 years ago

Nice plugin :)

Just wondering if there were any plans for documentation or support regarding use in vanilla javascript.

NathanWalker commented 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;
AnthonySmith01 commented 7 years ago

Fantastic, thanks Nathan! :)

inviso commented 7 years ago

is there a way in NativeScript - Javascript to deal with textfields?