𝗪𝗵𝘆 𝗜 𝗦𝘁𝗼𝗽𝗽𝗲𝗱 𝗙𝗶𝗴𝗵𝘁𝗶𝗻𝗴 𝗧𝗵𝗲 𝗕𝗿𝗼𝘄𝘀𝗲𝗿

I almost installed another dropdown library. I already had libraries for modals and tooltips. I stopped. I asked why I did this.

Browsers have dropdowns. They have modals. They have accordions. I almost spent a weekend rebuilding things browsers ship for free.

Frontend developers often reach for a library. They reset defaults. They override styles. They rebuild keyboard navigation and ARIA roles.

You often get this behavior wrong. You will not out-engineer the people who built the browser. Rebuilding these tools adds accessibility bugs and more code.

My rule is simple. The browser owns the behavior. You own the looks.

You think native elements are ugly. You think styling them is impossible. This was true years ago. It is not true now. Modern CSS lets you style form controls and backdrops. Native-first does not mean unstyled.

I still build custom tools when no native version exists. I build filterable comboboxes and command palettes. I extend native pieces instead of starting from zero.

Stop rebuilding what you already have.

My design system uses native-first principles. This approach gives you:

My components are thinner. My bugs decreased.

Next time you need a dropdown, read the docs for