kibana/examples/embeddable_explorer
Jonathan Budzenski 4c3f86d1b2
[build] Add task to build example plugins (#104194)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-27 15:06:40 -05:00
..
public Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
kibana.json [build] Add task to build example plugins (#104194) 2021-07-27 15:06:40 -05:00
README.md [docs] Add missing App Arch READMEs. (#82080) 2020-10-29 17:01:33 -06:00
tsconfig.json Add TS project references for inspector (#81792) 2020-10-28 09:01:40 -05:00

Embeddable explorer

This example app shows how to:

  • Create a basic "hello world" embeddable
  • Create embeddables that accept inputs and use an EmbeddableRenderer
  • Nest embeddables inside a container
  • Dynamically add children to embeddable containers
  • Work with the EmbeddablePanel component

To run this example, use the command yarn start --run-examples.