Skip to content

Commit a583970

Browse files
bottom-navigation, misc
1 parent 02024e8 commit a583970

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/bottom-navigation/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ From Nativescript 5.x using this component will break the [Nativescript tab comp
1212

1313
##
1414

15-
* `tns plugin add @nativescript-community/ui-material-bottom-navigation`
15+
```bash
16+
ns plugin add @nativescript-community/ui-material-bottom-navigation
17+
```
1618

1719
Be sure to run a new build after adding plugins to avoid any issues.
1820

1921
## Usage
2022

2123
### Plain NativeScript
2224

23-
<span style="color:red">IMPORTANT: </span>_Make sure you include `xmlns:mds="@nativescript-community/ui-material-bottom-navigation"` on the Page element_
25+
IMPORTANT: _Make sure you include `xmlns:mds="@nativescript-community/ui-material-bottom-navigation"` on the Page element._
2426

2527
#### XML
2628

0 commit comments

Comments
 (0)