params:
- name: items
  type: array
  required: true
  description: Array of object navigation items
  params:
  - name: text
    type: string
    required: true
    description: Value for text of the naivigation link
  - name: href
    type: string
    required: true
    description: Value for the href of the navigation link
  - name: id
    type: string
    required: false
    description: Value for the id of the navigation link
- name: selectedItem
  type: string or object
  required: false
  description: Highlights the selected navigation item. Accepts a URL string or an object with href or id
- name: ariaLabel
  type: string
  required: false
  description: Aria label for navigation, defaults to 'Horizontal'
- name: contained
  type: string
  required: false
  description: Wraps the navigation in a container
- name: containerClasses
  type: string
  required: false
  description: Additional classes to add to the container
- name: attributes
  type: object
  required: false
  description: HTML Attributes (data attributes) to add to the container
