Skip to content

Commit 34c4aaa

Browse files
committed
Updated ReadMe
1 parent f90f763 commit 34c4aaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,15 @@ PLEASE NOTE: The fab is on the same **row number** as the listview
4646

4747
#### Angular + TypeScript
4848
`import { registerElement } from "nativescript-angular/element-registry";`
49+
4950
`registerElement("Fab", () => require("nativescript-floatingactionbutton").Fab);`
5051

5152
##### HTML
5253
```HTML
5354
<StackLayout>
5455
<FAB (tap)="fabTap()" icon="res://ic_add_white" rippleColor="#f1f1f1" class="fab-button"></FAB>
5556
</StackLayout>
56-
57+
```
5758

5859
#### CSS
5960
Recommended CSS styles.

0 commit comments

Comments
 (0)