kibana/examples/ui_action_examples
Tim Sullivan 7c29014032
[8.19] [SharedUX] Replace KibanaRenderContextProvider usage (#220170) (#224470)
# Backport

This will backport the following commits from `main` to `8.19`:
- [[SharedUX] Replace KibanaRenderContextProvider usage
(#220170)](https://github.com/elastic/kibana/pull/220170)

<!--- Backport version: 10.0.1 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Tim
Sullivan","email":"tsullivan@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-06-12T15:39:59Z","message":"[SharedUX]
Replace KibanaRenderContextProvider usage (#220170)\n\n##
Summary\n\nCloses
https://github.com/elastic/kibana/issues/220175\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"68174f87058edc807fbd1a479469094d11128249","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport
missing","backport:version","v9.1.0","v8.19.0"],"title":"[SharedUX]
Replace KibanaRenderContextProvider
usage","number":220170,"url":"https://github.com/elastic/kibana/pull/220170","mergeCommit":{"message":"[SharedUX]
Replace KibanaRenderContextProvider usage (#220170)\n\n##
Summary\n\nCloses
https://github.com/elastic/kibana/issues/220175\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"68174f87058edc807fbd1a479469094d11128249"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/220170","number":220170,"mergeCommit":{"message":"[SharedUX]
Replace KibanaRenderContextProvider usage (#220170)\n\n##
Summary\n\nCloses
https://github.com/elastic/kibana/issues/220175\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"68174f87058edc807fbd1a479469094d11128249"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2025-06-23 10:45:52 +02:00
..
public [8.19] [SharedUX] Replace KibanaRenderContextProvider usage (#220170) (#224470) 2025-06-23 10:45:52 +02:00
kibana.jsonc [SharedUX] Remove usage of deprecated React rendering utilities (#180516) 2024-04-17 07:52:41 -07:00
README.md
tsconfig.json [SharedUX] Remove usage of deprecated React rendering utilities (#180516) 2024-04-17 07:52:41 -07:00

Ui actions examples

These ui actions examples shows how to:

  • Register new actions
  • Register custom triggers
  • Attach an action to a trigger

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