Benedikt Meurer | 625c4bc | 2024-07-19 12:33:13 | [diff] [blame] | 1 | # Chromium DevTools UX Style Guide |
| 2 | |
Benedikt Meurer | 5e31898 | 2024-08-09 13:13:09 | [diff] [blame] | 3 | [goo.gle/devtools-ux-style-guide](https://goo.gle/devtools-ux-style-guide) |
| 4 | |
Benedikt Meurer | 625c4bc | 2024-07-19 12:33:13 | [diff] [blame] | 5 | These guidelines cover the best practices for extending Chromium DevTools' |
| 6 | user interface. |
| 7 | |
| 8 | ## Table of contents |
| 9 | |
| 10 | 1. [How to organize UI](organizing.md) |
Kim-Anh Tran | 22d76a1 | 2024-09-05 08:53:54 | [diff] [blame^] | 11 | 1. [How to style UI](styleguide.md) |
Benedikt Meurer | 625c4bc | 2024-07-19 12:33:13 | [diff] [blame] | 12 | 1. [How to write UI text](writing.md) |
| 13 | 1. [Glossary](glossary.md) |
| 14 | |
Kim-Anh Tran | 22d76a1 | 2024-09-05 08:53:54 | [diff] [blame^] | 15 | ## UI reviews |
| 16 | If you make changes to DevTools UI, make sure to involve us **early**, i.e. already in the |
| 17 | UI design stage. See also the [Chrome DevTools Design Review Guidelines](../../contributing/design.md#Review-Guidelines) |
| 18 | |
Benedikt Meurer | 625c4bc | 2024-07-19 12:33:13 | [diff] [blame] | 19 | Back to the [Chromium DevTools Documentation](../../README.md). |