File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ From NativeScript 5.x using this component will break the [NativeScript tab comp
12
12
13
13
##
14
14
15
- For N 7.0
15
+ For NativeScript 7.0+
16
16
* ` tns plugin add @nativescript-community/ui-material-textview `
17
17
18
18
##
19
19
20
- For N 6.x
20
+ For NativeScript 6.x
21
21
* ` tns plugin add nativescript-material-textview `
22
22
23
23
##
@@ -33,7 +33,7 @@ Be sure to run a new build after adding plugins to avoid any issues.
33
33
34
34
### Plain NativeScript
35
35
36
- < span style = " color : red " > IMPORTANT: </ span > _ Make sure you include ` xmlns:mdt="@nativescript-community/ui-material-textview" ` on the Page element _
36
+ IMPORTANT: _ Make sure you include ` xmlns:mdt="@nativescript-community/ui-material-textview" ` on the Page element. _
37
37
38
38
#### XML
39
39
@@ -54,10 +54,10 @@ Be sure to run a new build after adding plugins to avoid any issues.
54
54
mdctextview {
55
55
ripple-color : blue ;
56
56
elevation : 4 ;
57
- stroke-color : blue ; // the border color when active
58
- stroke-inactive-color : green ; // the border color when inactive
59
- floating-color : blue ; // the floating placeholder color when active
60
- floating-inactive-color : green ; // the floating placeholder color when inactive
57
+ stroke-color : blue ; /* the border color when active */
58
+ stroke-inactive-color : green ; /* the border color when inactive */
59
+ floating-color : blue ; /* the floating placeholder color when active */
60
+ floating-inactive-color : green ; /* the floating placeholder color when inactive */
61
61
}
62
62
```
63
63
@@ -108,7 +108,7 @@ Also, you can bind the text to some instance data using the `v-model` directive:
108
108
109
109
## Attributes
110
110
111
- Inherite from Nativescript [ TextView] ( https://docs.nativescript.org/ui/ns-ui-widgets /text-view ) so it already has all the same attributes
111
+ Inherite from Nativescript [ TextView] ( https://docs.nativescript.org/ui/components /text-view ) so it already has all the same attributes.
112
112
113
113
* ** variant** _ optional_
114
114
You can’t perform that action at this time.
0 commit comments