Skip to content

Commit 9166492

Browse files
button, toc
1 parent a72c5ea commit 9166492

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

packages/button/README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ Material Design's [Button](https://material.io/components/buttons) component for
55
[![npm](https://img.shields.io/npm/v/@nativescript-community/ui-material-button.svg)](https://www.npmjs.com/package/@nativescript-community/ui-material-button)
66
[![npm](https://img.shields.io/npm/dt/@nativescript-community/ui-material-button.svg?label=npm%20downloads)](https://www.npmjs.com/package/@nativescript-community/ui-material-button)
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,8 +40,11 @@ If using ```tns-core-modules```
2940

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

32-
## Usage
43+
## [Changelog](./CHANGELOG.md)
3344

45+
## [FAQ](../../README.md#faq)
46+
47+
## Usage
3448

3549
### Plain NativeScript
3650

@@ -93,7 +107,9 @@ Vue.use(ButtonPlugin);
93107
<MDButton rippleColor="blue" text="text button"/>
94108
```
95109

96-
## Attributes
110+
## API
111+
112+
### Attributes
97113

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

0 commit comments

Comments
 (0)