1.0.25 • Published 2 years ago

@itandu/plugin-product-showcase v1.0.25

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Product showcase plugin for Cromwell CMS

Adds a carousel with products. On a product page it will fetch products from same categories, on other pages - most recent products.

Relies on shared product card component. To register, for example add this code in custom app:

import { registerSharedComponent } from '@itandu/core';
import { MuiProductCard } from '@itandu/toolkit-commerce';

registerSharedComponent(ESharedComponentNames.ProductCard, MuiProductCard);

export default function App() { /* ... */ }