Skip to content

Commit 33cf047

Browse files
tabs, toc
1 parent c00d607 commit 33cf047

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

packages/tabs/README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ Material Design's [Tabs](https://material.io/components/tabs) component for Nati
55
[![npm](https://img.shields.io/npm/v/@nativescript-community/ui-material-tabs.svg)](https://www.npmjs.com/package/@nativescript-community/ui-material-tabs)
66
[![npm](https://img.shields.io/npm/dt/@nativescript-community/ui-material-tabs.svg?label=npm%20downloads)](https://www.npmjs.com/package/@nativescript-community/ui-material-tabs)
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-tabs
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,9 @@ Vue.use(TabsPlugin);
199214
</MDTabs>
200215
```
201216

202-
## Attributes
217+
## API
218+
219+
### Attributes
203220

204221
| Name | Type | Description |
205222
| ------------- | :-------------: | -----: |
@@ -211,7 +228,7 @@ Vue.use(TabsPlugin);
211228
|tabsPosition | "top", "bottom" | Gets or sets the position state of the Tabs. Default value: top |
212229
|iOSTabBarItemsAlignment | "leading", "justified", "center", "centerSelected" | iOS Only: Gets or set the MDCTabBarAlignment of the tab bar icons in iOS. Default value: justified |
213230

214-
## Events
231+
### Events
215232

216233
| Name | Description |
217234
| ------------- | -------------: |

0 commit comments

Comments
 (0)