Skip to content

Commit f372379

Browse files
floatingactionbutton, toc
1 parent fa0f7c7 commit f372379

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

packages/floatingactionbutton/README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ Material Design's [Floating Action Button](https://material.io/components/button
55
[![npm](https://img.shields.io/npm/v/@nativescript-community/ui-material-floatingactionbutton.svg)](https://www.npmjs.com/package/@nativescript-community/ui-material-floatingactionbutton)
66
[![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)
77

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+
819
## Installation
920

1021
### :warning: Warning :warning:
@@ -29,6 +40,10 @@ If using ```tns-core-modules```
2940

3041
Be sure to run a new build after adding plugins to avoid any issues.
3142

43+
## [Changelog](./CHANGELOG.md)
44+
45+
## [FAQ](../../README.md#faq)
46+
3247
## Usage
3348

3449
### Plain NativeScript
@@ -84,7 +99,9 @@ Vue.use(FloatingActionButtonPlugin);
8499
<MDFloatingActionButton rippleColor="blue" src="res://ic_action_add"/>
85100
```
86101

87-
## Attributes
102+
## API
103+
104+
### Attributes
88105

89106
Inherite from NativeScript [Button](https://docs.nativescript.org/ui/ns-ui-widgets/button) so it already has all the same attributes.
90107

0 commit comments

Comments
 (0)