1.0.3 • Published 1 year ago

@looker/components-data v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@looker/components-data

This package provides shared application state within react context for use in filter and visualization components.

Installation

  • NPM: npm install @looker/components-data
  • YARN: yarn add @looker/components-data

You'll also need to satisfy peer dependencies.

  • NPM: npm install react react-dom
  • YARN: yarn add react react-dom