Skip to content

Commit 4828e83

Browse files
slider, toc
1 parent bbb2acb commit 4828e83

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

packages/slider/README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ Material Design's [Slider](https://material.io/components/sliders) component for
55
[![npm](https://img.shields.io/npm/v/@nativescript-community/ui-material-slider.svg)](https://www.npmjs.com/package/@nativescript-community/ui-material-slider)
66
[![npm](https://img.shields.io/npm/dt/@nativescript-community/ui-material-slider.svg?label=npm%20downloads)](https://www.npmjs.com/package/@nativescript-community/ui-material-slider)
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
@@ -94,7 +109,9 @@ Or you can bind the value to some instance data using the `v-model` directive:
94109
<MDSlider v-model="value" minValue="0" maxValue="100"/>
95110
```
96111

97-
## Attributes
112+
## API
113+
114+
### Attributes
98115

99116
Inherite from NativeScript [Slider](https://docs.nativescript.org/ui/ns-ui-widgets/slider) so it already has all the same attributes.
100117

0 commit comments

Comments
 (0)