0
votes

For the available existing OOTB Spartacus Component's in Cart, PLP, PDP or Checkout pages, where we can get see the list component HTML's and Stylings used.?

2

2 Answers

2
votes

Let's use one example for illustration. Say if you want to explore the html implementation of component named "UnitDetailsComponent", just search it in github repository: https://github.com/SAP/spartacus/search?q=UnitDetailsComponent

Then you can find its path in project: feature-libs\organization\administration\components\unit\details\unit-details.component.ts

enter image description here

With this path you can find its html implementation: feature-libs\organization\administration\components\unit\details\unit-details.component.html

enter image description here

Best regards, Jerry

0
votes

We used to have a documentation link but since a week it giving 404(link).

The Spartacus repo is public so you can clone and see components and styles there - repo.

You can see the documentation to see how to override components and also to customise OOTB components - docs.