CaSpecifications
This is used to display product specifications in a table like format
SASS-path: ./styles/components/atoms/ca-specifications.scss
Props
| Name | Description | Type | Required | Default |
|---|
| specificationGroups | Array of parameter groups | Array | true | - |
| groupNameTagName | Tag name for group name | String | false | h3 |
Methods
| Method | Description | Parameters |
|---|
| getGroupedParameters | Grouping parameteters with the same name and turns the combined values into one comma separated value | parameters (Array) |
Computed
| Computed | Type | Description | From Store |
|---|
| groups | - | The specification groups but with empty groups removed | No |