eCommerce components are ready-to-use components created for common eCommerce functionalities including but not limited to cart, product details, checkout, etc. The components are located at src/components/e-commerce. Following is the quick overview of a few eCommerce components.
ComponentPurpose
Product DetailProduct details component with product image, review, variants, share, etc.
CheckoutCheckout component.
Compare ProductsA component to compare the two products.
Product PriceProduct price component with actual and discount price.
…and more. Now that you have understood the use of eCommerce components, let us go forward with learning the use of Custom components.