Skip to content

Commit 918d4e6

Browse files
committed
Merge branch 'master' of github.com:nativescript-community/ui-material-components
2 parents 03073b4 + ab3ad7e commit 918d4e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/bottomnavigationbar/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ Properties settable through XML/HTML
228228
| activeColor | false | "black" | `String` | Color of the BottomNavigationTab when it's selected |
229229
| inactiveColor | false | "gray" | `String` | Color of the BottomNavigationTab when it's not selected |
230230
| backgroundColor | false | "white" | `String` | Color of the BottomNavigation background |
231+
| badgeColor | false | "red" | `String` | Color of the BottomNavigationTab badge background |
232+
| badgeTextColor | false | "white" | `String` | Color of the BottomNavigationTab badge text |
231233

232234
#### Properties (internal)
233235

@@ -241,6 +243,8 @@ Properties accessible through JS/TS instance
241243
| activeColor | `new Color('black')` | `Color` | Color of the BottomNavigationTab when it's selected |
242244
| inactiveColor | `new Color('gray')` | `Color` | Color of the BottomNavigationTab when it's not selected |
243245
| backgroundColor | `new Color('white')` | `Color` | Color of the BottomNavigation background |
246+
| badgeColor | `new Color('red')` | `Color` | Color of the BottomNavigationTab badge background |
247+
| badgeTextColor | `new Color('white')` | `Color` | Color of the BottomNavigationTab badge text |
244248

245249
#### Events
246250

0 commit comments

Comments
 (0)