kibana/examples/embeddable_explorer
2024-02-16 11:06:33 -07:00
..
public [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
kibana.jsonc Clean up saved object based embeddable examples (#162987) 2023-08-03 03:14:36 -07:00
README.md [docs] Add missing App Arch READMEs. (#82080) 2020-10-29 17:01:33 -06:00
tsconfig.json [Shared UX] Adoption of Shared UX Route component (#150357) 2023-02-14 19:25:04 +00: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.