
### options
- type: arrayOf
- description: An array of options. Each option must have a unique `id`, a `text` and a `skin` whose value should match one of `&lt;Badge/&gt;`&#39;s skin values
### selectedId
- type: string
- description: The id of the selected option in the list
### onSelect
- type: func
- description: Callback function called whenever the user selects a different option in the list
### size
- type: enum
- description: The size of the `&lt;Badge/&gt;`
### type
- type: enum
- description: The type of the `&lt;Badge/&gt;`
### uppercase
- type: bool
- description: Whether the text of the `&lt;Badge/&gt;` should be uppercase
### dataHook
- type: string
- description: Applied as data-hook HTML attribute that can be used to create driver in testing
### popoverProps
- type: shape
- description: common popover props


