| # Chromium DevTools UX Style Guide |
| |
| [goo.gle/devtools-ux-style-guide](https://goo.gle/devtools-ux-style-guide) |
| |
| These guidelines cover the best practices for extending Chromium DevTools' |
| user interface. |
| |
| ## Table of contents |
| |
| 1. [How to organize UI](organizing.md) |
| 1. [How to style UI](styleguide.md) |
| 1. [How to (re)use common UX patterns](patterns.md) |
| 1. [How to write UI text](writing.md) |
| 1. [How to format numbers](numbers.md) |
| 1. [Glossary](glossary.md) |
| |
| ## UI reviews |
| If you make changes to DevTools UI, make sure to involve us **early**, i.e. already in the |
| UI design stage. See also the [Chrome DevTools Design Review Guidelines](../../contributing/design.md#Review-Guidelines) |
| |
| Back to the [Chromium DevTools Documentation](../../README.md). |