PR-Code
PR Code are Production Codes for all of the installed equipment in the vehicle and is used by manufacturers including VW, Audi, Seat, Skoda, Porsche, Lamborghini etc. PR Codes contain 3 characters comprising of letters and numbers.
PR codes are located on vehicleΒ΄s build sticker that is located on first pages of cars warranty booklet or there should be one in a trunk as well usually under the carpet or in spare tire area.
They are important when purchasing spare parts as they provide information about the manufacturer, make, model, year of manufacture, and other vehicle details.
PR-Code
Single PR-Code.
import:
import PrCode from 'spoko-design-system/src/components/PrCode.vue'
2JP1ZJ
<PrCode prcode="2JP" />
<PrCode prcode="1ZJ" />
PR-Codes List
Component to display list of pr codes from array.
import:
import ProductCodes from 'spoko-design-system/src/components/ProductCodes.vue'
1ZJ2JP
<ProductCodes prcodes={["2JP", "1ZJ"]} />