Skip to content

Paint Thickness

The <vehicle-paint-thickness> component displays paint thickness inspection data with panel-by-panel measurements, inspection dates, and source information.

Live Demo

Try a VIN:


Standalone Usage

<vehicle-paint-thickness
  base-url="https://your-api.com/"
  language="en">
</vehicle-paint-thickness>

When used inside <vehicle-lookup>, no additional props are needed.


Properties

Property Attribute Type Default Description
isDev is-dev boolean false Enables development mode
baseUrl base-url string '' Base URL for the vehicle lookup API
language language string 'en' Language code for localization
disableVinValidation disable-vin-validation boolean false Disables VIN format validation
queryString query-string string '' Additional query string for API requests
coreOnly core-only boolean false Renders a slim layout without the search input

Data Displayed

Each inspection record includes:

  • Inspection source (e.g., PDI) and date
  • Model year, description, and color code
  • Panel measurements:
    • Panel type (Hood, Fender, Door, TailGate, Roof)
    • Panel side (Left, Right, Center) and position (Front, Middle, Rear)
    • Measured thickness in microns
    • Inspection images (when available)