Skip to content

Latest commit

 

History

History
57 lines (28 loc) · 964 Bytes

navigator-tab.md

File metadata and controls

57 lines (28 loc) · 964 Bytes

<Navigator.Tab />

The Spacer component is intended to be used in order to properly pad content to never be rendered under the navigation bar.

This component automatically sizes itself and changes height when the navigation bar changes height.

Props

route: string (required)

props: Object

Implementation Props

The following props are defined on tab as a part of the DefaultImplementation:

enabled: boolean

image: Image

selectedImage: Image

title: string

titleFontSize: number

titleFontColor: Color

titleFontName: string

badgeValue: number

badgeColor: Color

badgeFontSize: number

badgeFontColor: Color

badgeFontName: string

Example Usage

Related Pages

Related Guides