1.2.4 • Published 6 years ago

@oticon/product-components v1.2.4

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
6 years ago

product-features

React component to display features for (Bernafon) family.

Props

The component takes the prop data, which is a map of type:

[featureTypeId => {name: featureTypeName, features: {name: featureName, value: null | featureValue}.

For example, the features "Dynamic Directionality" with the value "1 setting" and "Dynamic Noise Reduction" with no value, which both belong to feature type "Dynamic Noise Management" (with Sitecore ID "{5C9CB66C-3A92-4D9F-9D1B-E6F8AAF72791}"), can be added as follows:

const data = new Map();
const features = [
  {name: "Dynamic Directionality", value: "1 setting"}, 
  {name: "Dynamic Noise Reduction", value: null}
];
const featureTypeRecord = {name: "Dynamic Noise Management", features};
data.set("{5C9CB66C-3A92-4D9F-9D1B-E6F8AAF72791}", featureTypeRecord);
1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.2.0

6 years ago

1.1.3

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago