kibana/examples/expressions_explorer
Vadim Kibana f2bfbbd23b
Set correct ownership of older app-services code (#168209)
## Summary

Removes `@elastic/kibana-app-services` from `CODEOWNERS` file.

---------

Co-authored-by: Clint Andrew Hall <clint@clintandrewhall.com>
2023-10-09 18:57:26 +02:00
..
public remove deprecated components, improve spacing and title (#163378) 2023-08-08 09:46:40 -07:00
kibana.jsonc Set correct ownership of older app-services code (#168209) 2023-10-09 18:57:26 +02:00
README.md [examples] expressions explorer (#88344) 2021-01-22 19:52:47 +01:00
tsconfig.json [KibanaReact] Use settings service in useUiSetting hook (#154710) 2023-05-12 10:47:56 +03:00

expressions explorer

This example expressions explorer app shows how to:

  • to run expression
  • to render expression output
  • emit events from expression renderer and handle them

To run this example, use the command yarn start --run-examples.