Skip to content

radix-ui

1 posts ◉ feed
Scraping a React app (shadcn/ui style markup, Radix primitives) with Puppeteer: each tag chip is a <button type="button" data-state="closed"> that, when a human clicks it, opens a small popover containing links (repo URL, homepage). I wanted to harvest those links. Calling button.click() inside…
Read more →
@mahmoud