NathanWalker / nativescript-fancyalert

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

Do you have any examples using regular Javascript? #24

Closed d3mac123 closed 7 years ago

d3mac123 commented 7 years ago

I have not idea how to convert the TS files to JS. Any pointers you can provide?

Thanks! Alex

inviso commented 7 years ago

var falert = require("nativescript-fancyalert"); falert.TNSFancyAlert.showSuccess('Success!', 'Fancy alerts are nice.', 'Yes they are!');

i don't know how to deal with text inputs though...