kibana/x-pack/examples
Jiawei Wu 43ce965668
[Response Ops][Rule Form V2] Rule Form V2: Rule Details (#183352)
## Summary
Issue: https://github.com/elastic/kibana/issues/179105
Related PR: https://github.com/elastic/kibana/pull/180539

Part 1: https://github.com/elastic/kibana/pull/183325

Part 2 of 3 PRs of new rule form. This PR depends on the code from part
1, so only merge this when part 1 has been merged. This PR extracts the
last section of the rule form, the rule details, from the original PR.
The design philosophy in the PR is to create components that are devoid
of any fetching or form logic. These are simply dumb components.

I have also created a example plugin to demonstrate this PR. To access:

1. Run the branch with yarn start --run-examples
2. Navigate to
http://localhost:5601/app/triggersActionsUiExample/rule_details

And you should be able to play around with the components in this PR:

<img width="1281" alt="Screenshot 2024-05-13 at 9 44 14 PM"
src="7ca900e3-ca9a-4810-8b24-7c3ea41055d6">

### Checklist
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

---------
Co-authored-by: Zacqary <zacqary.xeper@elastic.co>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2024-06-05 16:24:57 -07:00
..
alerting_example [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
embedded_lens_example [EuiProvider] Fix Gis-Presentation-Visualization code (#183875) 2024-05-22 13:28:36 -07:00
exploratory_view_example [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
gen_ai_streaming_response_example [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
lens_config_builder_example Make the formula api optional for the lens builder (#179255) 2024-03-25 07:09:37 -07:00
lens_embeddable_inline_editing_example Make the formula api optional for the lens builder (#179255) 2024-03-25 07:09:37 -07:00
screenshotting_example [EuiProvider] Fix AppEx-SharedUX code (#183872) 2024-05-22 09:57:05 -07:00
testing_embedded_lens [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
third_party_lens_navigation_prompt [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
third_party_maps_source_example [maps] remove ISource.getIndexPatternIds and ISource.getQueryableIndexPatternIds methods (#176095) 2024-02-05 07:40:51 -07:00
third_party_vis_lens_example [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
triggers_actions_ui_example [Response Ops][Rule Form V2] Rule Form V2: Rule Details (#183352) 2024-06-05 16:24:57 -07:00
ui_actions_enhanced_examples Add explicit children types (#181257) 2024-04-29 16:56:41 +01:00
README.md Example plugins in X-Pack (#63823) 2020-04-17 20:15:36 +02:00

Example plugins

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

yarn start --run-examples