UNPKG

chrome-devtools-frontend

Version:
24 lines (14 loc) 1.31 kB
# Building UI elements in DevTools This is the documentation containing all the information you need to be able to build UI in DevTools and get familiar with our front-end stack. Note that this documentation is a work in progress as it is migrated from the [original Google Doc](https://docs.google.com/document/d/1Gwd-w7LoW1qnWu3uku438-MQ82m4AinKDIdy9z3fl3Q/edit?resourcekey=0-vxHqiKAvfJ4JAOj4bZ4EFA#). crbug.com/1344124 tracks this work. ## Table of Contents 1. [Creating components](./CreatingComponents.md) 1. [Styling components](./StylingComponents.md) 1. [Component performance](./ComponentPerformance.md) 1. [Testing components](./TestingComponents.md) 1. [Components and events](./ComponentEvents.md) ## FAQs > Wasn't this a google doc before? Yes. The original version of this documentation was a publicly accessible Google Doc. However, keeping the documentation apart from the code was a challenge, along with the fact that Docs aren't the best for dealing with lots of code. That motivated the change to move the documentation into the repository, hopefully helping it keep up to date and still remaining public. > What should I do if I want to make a change? Please send a CL and ask jacktfranklin@ to review it. If you're not sure on the change, feel free to ping jacktfranklin@ to discuss.