xing393939 / autogen-vue-code

发起一个issue,标题写你想要生成的页面,自动生成vue代码附在issue的回复上
Apache License 2.0
1 stars 0 forks source link

image list site like pinterest #35

Open xing393939 opened 2 months ago

xing393939 commented 2 months ago

Preview UI

It seems like the Grid and GridItem components are not available in the provided UI components. I will adjust the code to use a different layout method that doesn't rely on these components. Let's use a combination of div elements with Tailwind CSS classes to create a responsive grid layout.

Here's the updated code:

In this updated code, I've replaced the Grid and GridItem components with a div that uses Tailwind CSS classes to create a responsive grid layout. The grid-cols-1, sm:grid-cols-2, and md:grid-cols-3 classes are used to adjust the number of columns based on the screen size.