kibana/examples
Devon Thomson 9f302fc62d
[Dashboard] Move Sharing Saved Object Props into Meta Object (#119913)
Co-authored-by: Anton Dosov <dosantappdev@gmail.com>
Co-authored-by: Marta Bondyra <marta.bondyra@gmail.com>
2021-12-01 14:57:33 -05:00
..
bfetch_explorer Updates Github link references from master to main (#116789) 2021-10-29 09:53:08 -07:00
dashboard_embeddable_examples Replace EuiCodeEditor with CodeEditor in app-services code (#114316) 2021-10-13 14:52:48 +02:00
data_view_field_editor_example IndexPatternFieldEditor => DataViewFieldEditor (#119261) 2021-11-22 09:12:33 -06:00
developer_examples [eslint] enable type-specific lint rules (#114184) 2021-11-03 16:56:17 -06:00
embeddable_examples [Dashboard] Move Sharing Saved Object Props into Meta Object (#119913) 2021-12-01 14:57:33 -05:00
embeddable_explorer Updates Github link references from master to main (#116789) 2021-10-29 09:53:08 -07:00
expressions_explorer chore(NA): splits types from code on @kbn/i18n (#119256) 2021-11-24 17:18:03 +00:00
field_formats_example [FieldFormats] fix example plugin: register examples format on server (#119483) 2021-11-25 13:43:13 +01:00
hello_world Clean up Developer Guide (#108259) 2021-08-12 14:05:43 -04:00
locator_examples [eslint] enable type-specific lint rules (#114184) 2021-11-03 16:56:17 -06:00
locator_explorer Updates Github link references from master to main (#116789) 2021-10-29 09:53:08 -07:00
partial_results_example [Expressions] Partial results example plugin (#113001) 2021-09-27 18:54:05 +02:00
preboot_example replace any with unknown in http client and types (#114265) 2021-11-02 13:53:56 +02:00
routing_example Updates Github link references from master to main (#116789) 2021-10-29 09:53:08 -07:00
screenshot_mode_example chore(NA): splits types from code on @kbn/i18n (#119256) 2021-11-24 17:18:03 +00:00
search_examples [Search] Add cancelation logic to search example (#118176) 2021-11-30 12:35:07 +01:00
state_containers_examples Upgrade EUI to v41.0.0 (#117242) 2021-11-18 12:29:51 -06:00
ui_action_examples [DX] Upgrade prettier to v2.4.0 (#112359) 2021-09-19 22:34:30 -07:00
ui_actions_explorer Updates Github link references from master to main (#116789) 2021-10-29 09:53:08 -07:00
README.asciidoc Add a few asciidoc readmes (#72082) 2020-07-17 11:08:57 -04:00

[[example-plugins]]
== Example plugins

This folder contains example plugins.  To run the plugins in this folder, use the `--run-examples` flag, via

[source,bash]
----
yarn start --run-examples
----