File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
packages/floatingactionbutton Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ Material Design's [Floating Action Button](https://material.io/components/button
5
5
[ ![ npm] ( https://img.shields.io/npm/v/@nativescript-community/ui-material-floatingactionbutton.svg )] ( https://www.npmjs.com/package/@nativescript-community/ui-material-floatingactionbutton )
6
6
[ ![ npm] ( https://img.shields.io/npm/dt/@nativescript-community/ui-material-floatingactionbutton.svg?label=npm%20downloads )] ( https://www.npmjs.com/package/@nativescript-community/ui-material-floatingactionbutton )
7
7
8
+ ## Contents
9
+
10
+ 1 . [ Installation] ( #installation )
11
+ 2 . [ Changelog] ( #changelog )
12
+ 3 . [ FAQ] ( #faq )
13
+ 4 . [ Usage] ( #usage )
14
+ - [ Plain NativeScript] ( #plain-nativescript )
15
+ - [ Angular] ( #nativescript--angular )
16
+ - [ Vue] ( #nativescript--vue )
17
+ 5 . [ API] ( #api )
18
+
8
19
## Installation
9
20
10
21
### :warning : Warning :warning :
@@ -29,6 +40,10 @@ If using ```tns-core-modules```
29
40
30
41
Be sure to run a new build after adding plugins to avoid any issues.
31
42
43
+ ## [ Changelog] ( ./CHANGELOG.md )
44
+
45
+ ## [ FAQ] ( ../../README.md#faq )
46
+
32
47
## Usage
33
48
34
49
### Plain NativeScript
@@ -84,7 +99,9 @@ Vue.use(FloatingActionButtonPlugin);
84
99
<MDFloatingActionButton rippleColor =" blue" src =" res://ic_action_add" />
85
100
```
86
101
87
- ## Attributes
102
+ ## API
103
+
104
+ ### Attributes
88
105
89
106
Inherite from NativeScript [ Button] ( https://docs.nativescript.org/ui/ns-ui-widgets/button ) so it already has all the same attributes.
90
107
You can’t perform that action at this time.
0 commit comments