Testing Component Libraries in Astro
The goal of this project is to use AI tools to slice web mockups into React components. Ideally, I want to take a design and automatically split it into pieces that can be imported into React, and ultimately used in Astro pages. For straightforward pages, I've found pure React with CSS Modules provides the cleanest results so far. However, when it comes to interactive elements, I'm testing various libraries and exploring how AI can incorporate these effectively.