blob: b3a40040352c692208c67f396491281a9ff78073 [file] [log] [blame] [view]
Benedikt Meurer625c4bc2024-07-19 12:33:131# Chromium DevTools UX Style Guide
2
3These guidelines cover the best practices for extending Chromium DevTools'
4user interface.
5
6## Table of contents
7
81. [How to organize UI](organizing.md)
91. [How to style UI](styling.md)
101. [How to write UI text](writing.md)
111. [Glossary](glossary.md)
12
13Back to the [Chromium DevTools Documentation](../../README.md).