mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> # Conflicts: # .github/ISSUE_TEMPLATE/v8_breaking_change.md # .github/PULL_REQUEST_TEMPLATE.md # dev_docs/contributing/best_practices.mdx # dev_docs/key_concepts/anatomy_of_a_plugin.mdx # docs/developer/contributing/interpreting-ci-failures.asciidoc # examples/routing_example/public/app.tsx # legacy_rfcs/text/0005_route_handler.md # legacy_rfcs/text/0006_management_section_service.md # legacy_rfcs/text/0015_bazel.md # packages/kbn-spec-to-console/README.md # src/dev/code_coverage/docs/team_assignment/README.md # src/plugins/embeddable/README.asciidoc |
||
---|---|---|
.. | ||
public | ||
kibana.json | ||
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
.