# `<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](/docs/implementations/DefaultImplementation.md):

#### `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

```jsx

```

## Related Pages

- [`TabBar` API Reference](/docs/api/navigator-tab-bar.md)

## Related Guides

- [Tabs](/docs/guides/tabs.md)
