Use the floating action button in Nativescript/Angular project -
in mobile app, have message page , i'd add floating action button write new message. of course heard plugin allowing me use fab seems work nativescript project. i've tried using registerelement function able use element in html file (like did cardview) didn't give anything.
maybe i'm doing wrong. missing ?
try
registerelement("fab", () => require("nativescript-floatingactionbutton").fab);
Comments
Post a Comment