/component-examples

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Looker Components Examples

This repository indexes several examples built using the Looker Components.

What are Looker components?


Looker components are React-based, pre-built pieces of Looker's application. Within the suite of Looker components there are UI components, filter components, and visualization components. Application developers can use components in data applications and extensions that are built on top of Looker. To see a full list of Looker's components, visit the Looker Developer Portal.

Components can be used with the Looker extension framework, Looker's Extension SDK, Looker's Embed SDK, and Looker's TypeScript/JavaScript SDK.

Running the examples

Each example directory has a README.md that details how to run that specific example. You should follow the specific examples for each, but the general workflow is:

  1. git clone git@github.com:looker-open-source/component-examples.git to clone this entire repository.
  2. cd to the relevant directory.
  3. Follow the instruction in the README.md file.

Licence

All examples in this repository are Copyright 2022 Google LLC and are licensed under the Apache License, Version 2.0 (the "License"). See LICENSE.txt for license details.