nativescript-nbmaterial-buttons
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Nativescript implementation of the Material Float buttons

The module implement Float buttons on both iOS and Android.

<Page xmlns="http://schemas.nativescript.org/tns.xsd" 
xmlns:btn="nativescript-nbmaterial-buttons">
 		<btn:FloatButton row="0" id="floatbtn" afterTap="navigateForm" animNavigation="true" text="edit" />
</Page>

}

animNavigation make the button growing when the page load (or disappear when the page is unloading)

The button has this interface:

export declare abstract class FloatButton extends View {
    static aftertapEvent: string;
    animNavigation: boolean;
    rippleColor: Color;
}

See all modules here

Package Sidebar

Install

npm i nativescript-nbmaterial-buttons

Weekly Downloads

4

Version

1.0.1

License

Apache-2.0

Unpacked Size

9.55 kB

Total Files

15

Last publish

Collaborators

  • nabil_mansouri