# ListItem

The ListItem component is used within the List component to render a single item.

# Props

# item required

Type: Object

Default: not applicable

# keyField

Type: String

Default: id

# active

Type: Boolean

Default: false

# sizeDependencies

Type: Array | Object

Default: []

Playground