
### 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.
### items
- type: ReactNode[]
- description: Items that will be rendered
### showDivider
- type: boolean
- description: Shows or hides divider
### divider
- type: boolean
- description: No description
### minItemsPerRow
- type: number
- description: Sets minimum number of items per row
### maxItemsPerRow
- type: number
- description: Sets maximum number of items per row
### children
- type: AnalyticsLayoutChildren
- description: Children


