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) |
| 11 | 1. [How to style UI](styling.md) |
| 12 | 1. [How to write UI text](writing.md) |
| 13 | 1. [Glossary](glossary.md) |
| 14 | |
| 15 | Back to the [Chromium DevTools Documentation](../../README.md). |