Skip to content

Commit 37c4eed

Browse files
bottom-navigation, toc
1 parent 3e8c4b2 commit 37c4eed

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

packages/bottom-navigation/README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ Material Design's [Bottom navigation](https://material.io/components/bottom-navi
55
[![npm](https://img.shields.io/npm/v/@nativescript-community/ui-material-bottom-navigation.svg)](https://www.npmjs.com/package/@nativescript-community/ui-material-bottom-navigation)
66
[![npm](https://img.shields.io/npm/dt/@nativescript-community/ui-material-bottom-navigation.svg?label=npm%20downloads)](https://www.npmjs.com/package/@nativescript-community/ui-material-bottom-navigation)
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:
@@ -18,6 +29,10 @@ ns plugin add @nativescript-community/ui-material-bottom-navigation
1829

1930
Be sure to run a new build after adding plugins to avoid any issues.
2031

32+
## [Changelog](./CHANGELOG.md)
33+
34+
## [FAQ](../../README.md#faq)
35+
2136
## Usage
2237

2338
### Plain NativeScript
@@ -199,7 +214,7 @@ Vue.use(BottomNavigation);
199214
</MDBottomNavigation>
200215
```
201216

202-
##
217+
## API
203218

204219
### Attributes
205220

@@ -213,8 +228,6 @@ Vue.use(BottomNavigation);
213228
|tabsPosition | "top", "bottom" | Gets or sets the position state of the Tabs. Default value: top|
214229
|iOSTabBarItemsAlignment | "leading", "justified", "center", "centerSelected" |iOS Only: Gets or set the MDCTabBarAlignment of the tab bar icons in iOS. Default value: justified|
215230

216-
##
217-
218231
### Events
219232

220233
| Name | Description |

0 commit comments

Comments
 (0)