This repository indexes several examples built using the 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.
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:
git clone git@github.com:looker-open-source/component-examples.git
to clone this entire repository.cd
to the relevant directory.- Follow the instruction in the README.md file.
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.