
### dataHook
- type: string
- description: Applied as data-hook HTML attribute that can be used in the tests
### className
- type: string
- description: Specifies a CSS class name to be appended to the component’s root element.
- internal
### items
- type: ReactNode[]
- description: Items that will be rendered
### showDivider
- type: boolean
- description: Shows or hides divider
### divider
- type: boolean
- description: use showDivider instead
- default: true
- deprecated
### minItemsPerRow
- type: number
- description: Sets minimum number of items per row
- default: 2
### maxItemsPerRow
- type: number
- description: Sets maximum number of items per row
- default: 3
### children
- type: AnalyticsLayoutChildren
- description: Children

