kibana/examples
Nick Peihl 83ac34201d
[Embeddable rebuild] Add panel placement registry (#182120)
Fixes #182113

## Summary

Adds a registry for plugins to specify the width, height, and placement
strategy for their embeddables.

To test this: 
1. Run `yarn start --run-examples`
2. Load the Kibana sample data logs dataset
3. Start editing the [Logs] Web Traffic dashboard
4. In the "Add panel" dropdown, select the "Field list" subitem under
the "Embeddable examples" group

This also adds some additional documentation to the "Embeddables"
Developer examples.
2024-05-02 06:27:20 -07:00
..
bfetch_explorer Add explicit children types (#181257) 2024-04-29 16:56:41 +01:00
content_management_examples [AppEx-SharedUX] Remove toMountPoint parameter from TableListViewKibanaProvider (#182030) 2024-04-30 11:14:48 -07:00
controls_example [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
data_view_field_editor_example Upgrade EUI to v94.1.0 (major EuiTable refactors) (#180514) 2024-04-19 00:05:48 +01:00
developer_examples Update EUI layout components in dev examples (#163494) 2023-08-10 11:19:06 +02:00
discover_customization_examples [Discover] Fix useCustomization returning undefined on first render (#181788) 2024-04-30 15:44:18 -03:00
embeddable_examples [Embeddable rebuild] Add panel placement registry (#182120) 2024-05-02 06:27:20 -07:00
error_boundary Functional tests for KibanaErrorBoundary (#170569) 2023-11-08 11:23:19 -07:00
eso_model_version_example Replace Encrypted Saved Object AAD exclude list with include list (#167705) 2024-03-08 11:15:02 -05:00
esql_validation_example [ES|QL] Move last packages to the project team (#179538) 2024-03-27 08:25:55 -07:00
expressions_explorer Use rxjs instead of rxjs/operators (#179553) 2024-04-02 11:41:33 -07:00
feature_control_examples async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07:00
field_formats_example Upgrade EUI to v94.1.0 (major EuiTable refactors) (#180514) 2024-04-19 00:05:48 +01:00
files_example Upgrade EUI to v94.1.0 (major EuiTable refactors) (#180514) 2024-04-19 00:05:48 +01:00
guided_onboarding_example async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07:00
hello_world [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
locator_examples [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
locator_explorer [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
partial_results_example Upgrade EUI to v94.1.0 (major EuiTable refactors) (#180514) 2024-04-19 00:05:48 +01:00
portable_dashboards_example [Embeddables Rebuild] Remove legacy examples (#181635) 2024-04-26 08:53:28 -06:00
preboot_example async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07:00
resizable_layout_examples [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
response_stream Add @typescript-eslint/no-floating-promises (#181456) 2024-05-01 08:41:31 -07:00
routing_example [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
screenshot_mode_example [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
search_examples Add @typescript-eslint/no-floating-promises (#181456) 2024-05-01 08:41:31 -07:00
share_examples Set correct ownership of older app-services code (#168209) 2023-10-09 18:57:26 +02:00
state_containers_examples Add explicit children types (#181257) 2024-04-29 16:56:41 +01:00
ui_action_examples [SharedUX] Remove usage of deprecated React rendering utilities (#180516) 2024-04-17 07:52:41 -07:00
ui_actions_explorer [SharedUX] Remove usage of deprecated React rendering utilities (#180516) 2024-04-17 07:52:41 -07:00
unified_doc_viewer [UnifiedDocViewer] Move Discover doc viewer into plugin/package (#162847) 2023-08-31 11:46:59 -07:00
unified_field_list_examples [kbn-dnd-package] Divide draggable and droppable (#177282) 2024-03-21 14:30:14 +01:00
user_profile_examples Add explicit children types (#181257) 2024-04-29 16:56:41 +01:00
v8_profiler_examples async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07:00
README.asciidoc Adds run without basepath configured to examples readme (#173086) 2023-12-12 11:22:02 -07:00

[[example-plugins]]
== Example plugins

This folder contains example plugins.  To run the plugins in this folder, use the `--run-examples` flag (without a basepath), via

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