kibana/examples
Devon Thomson 2e5140d67b
[Dashboard First] Decouple Attribute Service and By Value Embeddables (#74302)
* Added an interface that determines if an embeddable can be treated as either by reference or by value
2020-08-12 15:31:44 -04:00
..
alerting_example Update @typescript-eslint to ensure compatibility with TypeScript v3.9 (#74091) 2020-08-05 17:32:19 +02:00
bfetch_explorer [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) 2020-07-09 18:43:17 -07:00
dashboard_embeddable_examples [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) 2020-07-09 18:43:17 -07:00
developer_examples
embeddable_examples [Dashboard First] Decouple Attribute Service and By Value Embeddables (#74302) 2020-08-12 15:31:44 -04:00
embeddable_explorer
routing_example Routing example plugin (#69581) 2020-07-15 12:44:42 -04:00
search_examples [Search] Server strategy example (#71679) 2020-08-11 23:28:43 +03:00
state_containers_examples [Data] Query Input String manager (#72093) 2020-07-29 10:48:23 +03:00
ui_action_examples [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) 2020-07-09 18:43:17 -07:00
ui_actions_explorer [uiActions] Support emitting nested triggers and actions (#70602) 2020-07-15 16:44:11 +02:00
url_generators_examples
url_generators_explorer
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
----