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

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -