kibana/examples/embeddable_explorer
2020-11-02 20:36:59 -07:00
..
public cleaning up embeddable types (#75560) (#75847) 2020-08-25 17:12:35 +02:00
kibana.json Kibana developer examples landing page (#67049) (#68705) 2020-06-10 07:55:11 -04:00
README.md [docs] Add missing App Arch READMEs. (#82080) (#82385) 2020-11-02 20:36:59 -07:00
tsconfig.json Add TS project references for inspector (#81792) (#81903) 2020-10-28 10:57:12 -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.