2.1.7 • Published 13 days ago

@digital-realty/ix-pricing v2.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
13 days ago

\

This webcomponent follows the open-wc recommendation.

Installation

npm i @digital-realty/ix-pricing

Usage

<script type="module">
  import '@digital-realty/ix-pricing';
</script>

<ix-pricing></ix-pricing>

In React

<script type="module">
  import { IxPricing } from '@digital-realty/ix-pricing/IxPricing'
</script>

Demo and Documentation

Full documentation and demo are available at DLR Component Gallery.

Expected data format

Input data passed to the component in the 'products' property should be an array of product items.

Example format: (also see stories/princingData/productsGBP.json etc for example/test data)

[ { account_number: 'A0087994', product: { id: '503233', bandwidth: { unit: 'Mbps', value: 1000, }, connectivity_type: 'CloudAccess', name: 'Cloud Connect : Cloud Access - 1GE User Port - No Restriction', network_area_type: 'Metro', }, price_list: { amount: { unit: 'EUR', value: 0.0, }, frequency: 'Monthly', type: 'ServiceFee', }, { amount: { unit: 'EUR', value: 0.0, }, frequency: 'OneTime', type: 'SetUp', }, , }, ]

2.1.7

13 days ago

2.1.6

2 months ago

2.1.5

6 months ago

2.1.4

7 months ago

2.1.3

7 months ago

2.1.2

7 months ago

2.1.1

8 months ago

2.0.2

8 months ago