blob: 7355499eb12fa2d015a2ca1ed62bb56925f401db [file] [log] [blame] [view]
Benedikt Meurer625c4bc2024-07-19 12:33:131# Chromium DevTools UX Style Guide
2
Benedikt Meurer5e318982024-08-09 13:13:093[goo.gle/devtools-ux-style-guide](https://goo.gle/devtools-ux-style-guide)
4
Benedikt Meurer625c4bc2024-07-19 12:33:135These guidelines cover the best practices for extending Chromium DevTools'
6user interface.
7
8## Table of contents
9
101. [How to organize UI](organizing.md)
Kim-Anh Tran22d76a12024-09-05 08:53:54111. [How to style UI](styleguide.md)
Benedikt Meurer625c4bc2024-07-19 12:33:13121. [How to write UI text](writing.md)
131. [Glossary](glossary.md)
14
Kim-Anh Tran22d76a12024-09-05 08:53:5415## UI reviews
16If you make changes to DevTools UI, make sure to involve us **early**, i.e. already in the
17UI design stage. See also the [Chrome DevTools Design Review Guidelines](../../contributing/design.md#Review-Guidelines)
18
Benedikt Meurer625c4bc2024-07-19 12:33:1319Back to the [Chromium DevTools Documentation](../../README.md).