Components
Loading preview...
import { Book } from "@/components/ui/book";
export default function WidthDemo() {
return (
<div className="flex gap-8">
<Book title="The user experience of the Frontend Cloud" width={300} />
<Book title="The user experience of the Frontend Cloud" width={200} />
<Book title="The user experience of the Frontend Cloud" width={150} />
</div>
);
}
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...