Skip to content

Commit 228bc4c

Browse files
textfield, toc
1 parent 33cf047 commit 228bc4c

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

packages/textfield/README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ Material Design's [Text field](https://material.io/components/text-fields) compo
55
[![npm](https://img.shields.io/npm/v/@nativescript-community/ui-material-textfield.svg)](https://www.npmjs.com/package/@nativescript-community/ui-material-textfield)
66
[![npm](https://img.shields.io/npm/dt/@nativescript-community/ui-material-textfield.svg?label=npm%20downloads)](https://www.npmjs.com/package/@nativescript-community/ui-material-textfield)
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

@@ -106,7 +120,9 @@ Also, you can bind the text to some instance data using the `v-model` directive:
106120
<MDTextField v-model="value" />
107121
```
108122

109-
## Attributes
123+
## API
124+
125+
### Attributes
110126

111127
Inherite from NativeScript [TextField](https://docs.nativescript.org/ui/components/text-field) so it already has all the same attributes.
112128

0 commit comments

Comments
 (0)