@itandu/plugin-product-showcase

1.0.25 • Public • Published

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() { /* ... */ }

Readme

Keywords

none

Package Sidebar

Install

npm i @itandu/plugin-product-showcase

Weekly Downloads

1

Version

1.0.25

License

MIT

Unpacked Size

7.36 kB

Total Files

5

Last publish

Collaborators

  • robodove
  • ituadmin