Robert Liao | 2f28781 | 2020-04-16 19:55:14 | [diff] [blame] | 1 | # Welcome! |
| 2 | Developing in Chromium UI? Trying to figure out how to create your UI? Need to |
| 3 | contact the Views team? You've reached the right place. |
Robert Liao | e8c4978 | 2018-12-10 21:51:52 | [diff] [blame] | 4 | |
Peter Kasting | 198b59f | 2023-02-16 19:50:04 | [diff] [blame] | 5 | If you're new to UI development, read the [starter guide](starter_guide.md). |
| 6 | Otherwise, look below for more specific documentation. |
| 7 | |
Robert Liao | 2f28781 | 2020-04-16 19:55:14 | [diff] [blame] | 8 | ## Quick Links |
| 9 | |||---||| |
| 10 | |
Peter Kasting | cf34482 | 2022-12-22 00:23:55 | [diff] [blame] | 11 | ### **[Create](create/index.md)** |
Robert Liao | 2f28781 | 2020-04-16 19:55:14 | [diff] [blame] | 12 | |
| 13 | Recipes to help you work with Chrome UI. |
| 14 | |
Peter Kasting | cf34482 | 2022-12-22 00:23:55 | [diff] [blame] | 15 | * [Examples](create/index.md) |
Robert Liao | 2f28781 | 2020-04-16 19:55:14 | [diff] [blame] | 16 | |
Peter Kasting | cf34482 | 2022-12-22 00:23:55 | [diff] [blame] | 17 | ### **[Learn](learn/index.md)** |
Robert Liao | 2f28781 | 2020-04-16 19:55:14 | [diff] [blame] | 18 | |
| 19 | Details on Chrome UI. |
| 20 | |
Allen Bauer | b8a5cf2 | 2024-09-04 13:03:23 | [diff] [blame] | 21 | * [ActionManager and ActionItems](/ui/actions/README.md) |
Elaine Chien | 64fbae6c | 2022-12-16 19:45:26 | [diff] [blame] | 22 | * [Activation and Focus](/docs/ui/learn/activation_and_focus.md) |
| 23 | * [Animation Builder](/docs/ui/animation_builder/animation_builder.md) |
Robert Liao | bc0ae61 | 2020-04-21 22:12:34 | [diff] [blame] | 24 | * [Best Practices](/docs/ui/learn/index.md#best-practices) |
Peter Kasting | cf34482 | 2022-12-22 00:23:55 | [diff] [blame] | 25 | * [Glossary](learn/glossary.md) |
Elaine Chien | 64fbae6c | 2022-12-16 19:45:26 | [diff] [blame] | 26 | * [Input Event Routing](/docs/ui/input_event/index.md) |
| 27 | * [Metadata and Properties](/docs/ui/views/metadata_properties.md) |
Keren Zhu | f97a1efc | 2020-09-30 18:36:11 | [diff] [blame] | 28 | * [Platform Styling](/docs/ui/views/platform_style.md) |
Robert Liao | 96d63e7 | 2020-06-03 01:10:29 | [diff] [blame] | 29 | * [Product Excellence](/docs/ui/product_excellence/index.md) |
Elaine Chien | 64fbae6c | 2022-12-16 19:45:26 | [diff] [blame] | 30 | * [Text Rendering](/docs/ui/text_rendering/text_rendering.md) |
Wei Li | df2bd70 | 2021-03-10 21:28:22 | [diff] [blame] | 31 | * [UI Debugging](/docs/ui/learn/ui_debugging.md) |
Robert Liao | 96d63e7 | 2020-06-03 01:10:29 | [diff] [blame] | 32 | * [UI Devtools](/docs/ui/ui_devtools/index.md) |
Elaine Chien | 64fbae6c | 2022-12-16 19:45:26 | [diff] [blame] | 33 | * [Views](/docs/ui/views/overview.md) |
Robert Liao | 96d63e7 | 2020-06-03 01:10:29 | [diff] [blame] | 34 | |
| 35 | Archival Documentation on Chrome UI. |
Peter Kasting | cf34482 | 2022-12-22 00:23:55 | [diff] [blame] | 36 | * [Aura](aura/index.md) |
| 37 | * [Compositor](compositor/index.md) |
Robert Liao | 2f28781 | 2020-04-16 19:55:14 | [diff] [blame] | 38 | |
| 39 | Processes |
| 40 | |
| 41 | * [Frontline Triage Procedures](frontline_triage.md) |
| 42 | |
Peter Kasting | cf34482 | 2022-12-22 00:23:55 | [diff] [blame] | 43 | ### **[Ask](ask/index.md)** |
Robert Liao | 2f28781 | 2020-04-16 19:55:14 | [diff] [blame] | 44 | |
| 45 | Ways to get help. |
| 46 | |
Peter Kasting | cf34482 | 2022-12-22 00:23:55 | [diff] [blame] | 47 | * [Chat](ask/index.md#chat) |
| 48 | * [Discuss](ask/index.md#discuss) |
| 49 | * [E-mail](ask/index.md#e_mail) |
Robert Liao | 2f28781 | 2020-04-16 19:55:14 | [diff] [blame] | 50 | |
| 51 | |||---||| |