1.3.0 • Published 1 year ago

@verio/products v1.3.0

Weekly downloads
-
License
Apache-2.0
Repository
gitlab
Last release
1 year ago

Description

Latest Release

Verio products library for VFX

Table of Contents

Installation

npm install @verio/products
pnpm add @verio/products
yarn add @verio/products

Use

Use the product components by importing them from @verio/products.

Products

Vertical Profile Atmosphere

import { VerticalProfileAtmosphere, verticalAtmosphereData } from '@verio/products'

const VerticalProfileAtmosphereProduct: React.FC = () => {
  // Adjust the svgDimensions and tooltip to fit your needs
  return (
    <VerticalProfileAtmosphere
      // mock data
      data={verticalAtmosphereData().featureCollections[0]}
    />
  )
}

export default VerticalProfileAtmosphereProduct

Layer Select

import { LayerSelect } from '@verio/products'

const LayerSelectProduct: React.FC = () => {
  return (
    <LayerSelect activeBaseLayers={[]} activeMapsLayers={[]} serviceUrl='' locale='en' />
  )
}

export default LayerSelectProduct

Running unit tests

Run nx test products to execute the unit tests via Jest.

Running stories

Run nx run products:storybook to execute the storybook via Storybook.

1.3.0

1 year ago

1.2.0

2 years ago

1.1.14

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.13

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago