mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
## Summary These examples are outdated and don't show recent embeddable best practices. They also use client-side saved object client and block making `SavedObjectFinder` backward compatible https://github.com/elastic/kibana/pull/162904 as the `foobar` saved objects need to be added to content management. We decided that it is better to clean them up, as fixing them is not a small effort and it is not worth it on this point as a large embeddable refactor is coming. |
||
---|---|---|
.. | ||
public | ||
kibana.jsonc | ||
README.md | ||
tsconfig.json |
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
.