We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90f763 commit 34c4aaaCopy full SHA for 34c4aaa
README.md
@@ -46,14 +46,15 @@ PLEASE NOTE: The fab is on the same **row number** as the listview
46
47
#### Angular + TypeScript
48
`import { registerElement } from "nativescript-angular/element-registry";`
49
+
50
`registerElement("Fab", () => require("nativescript-floatingactionbutton").Fab);`
51
52
##### HTML
53
```HTML
54
<StackLayout>
55
<FAB (tap)="fabTap()" icon="res://ic_add_white" rippleColor="#f1f1f1" class="fab-button"></FAB>
56
</StackLayout>
-
57
+```
58
59
#### CSS
60
Recommended CSS styles.
0 commit comments