# `Labels` (component)

Displays the sequence names.

## Props

### `cacheElements`

defaultValue: `10`


### `font`

Font of the sequence labels, e.g. `20px Arial`

type: `string`


### `labelAttributes`

Attributes to apply to each label.

type: `object`


### `labelComponent`

Component to create labels from.

type: `union(object|func)`


### `labelStyle`

Inline styles to apply to each label.

type: `object`
defaultValue: `{}`


### `style`

Inline styles to apply to the Label component

type: `object`

