kibana/examples/embeddable_explorer
2022-02-04 09:16:04 -05:00
..
public [DevExamples] fix typos (#124582) 2022-02-04 09:16:04 -05:00
kibana.json Add more information on kibana.json properties, update example plugins (#107600) 2021-08-09 13:32:07 -04:00
README.md [docs] Add missing App Arch READMEs. (#82080) 2020-10-29 17:01:33 -06:00
tsconfig.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07: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.