1.1.0 • Published 11 months ago

@procore/labs-observation-panel v1.1.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
11 months ago

Observation Panel Introduction

A side panel that will display and manage Observations. The goal is to allow other tools to drop this Observation Panel into their tool and have the same UI.

Installation

yarn add @procore/labs-observation-panel

Dependencies

@procore/core-icons, @procore/core-react, @procore/globalization-toolkit, react, react-dom, styled-components are listed as external peer dependencies. The package will not bundle the code, and requires the app client to provide it as a dependency. The external peer dep is to assure React Context is consistent in a client's React tree, the child consumers can reference the correct parent provider. If the package uses latest features or bug fixes and a new minimum version of core-react is required, it should be considered a breaking change as the peer dependency version must be met.

Usage

import { CreatePanel, SelectPanel } from '@procore/labs-observation-panel';