This is a simple UI used for generating images and displaying the image list
npx shadcn@latest add https://21st.dev/r/minhxthanh/simple-ui
Loading preview...
import HomePage from "@/components/ui/simple-ui"; const DemoOne = () => { return ( <HomePage /> ); }; export { DemoOne };