The same storefront grid with no listings yet.
Digital products from independent creators.
No products yet.
New listings will show up here.
Install with the CLI, or add the packages and paste the source below.
Add Product Grid to your app with its source-owned dependencies.
npx cronus-ui add product-grid
Install the Cronus UI packages, then paste the block below.
Copy the source for Empty. Every class is a semantic token, so it re-themes with your app.
import { Badge, Card } from "@cronus-ui/ui";export function ProductGridEmptyBlock() {return (<section aria-label="Digital products" className="flex w-full flex-col gap-6"><header className="flex flex-wrap items-end justify-between gap-3"><div className="flex flex-col gap-1"><h2 className="font-display text-2xl font-semibold text-fg">Shop the store</h2><p className="text-sm text-fg-secondary">Digital products from independent creators.</p></div><Badge variant="secondary">0 products</Badge></header><Card className="flex flex-col items-center justify-center gap-2 py-16 text-center shadow-sm"><p className="text-sm font-medium text-fg">No products yet.</p><p className="text-sm text-fg-secondary">New listings will show up here.</p></Card></section>);}
Digital products from independent creators.
No products yet.
New listings will show up here.